Skip to content

[Feature Request] write only body attribute for msgraph_update_resource #115

@DerGary

Description

@DerGary

I am currently trying to provision application proxy applications through msgraph. To upload a certificate to msgraph I would have to send a secret in the body. This secret should not be saved to state. As the update resource is only executed once I guess it would not be necessary to save the complete value in state using a version number for the diff would be sufficient.

Proposal

Add the following attributes to msgraph_update_resource:

  body_wo         = string
  body_wo_version = number

Benefits

It would be possible to get secret values from for example ephemeral "azurerm_key_vault_secret" and send them to msgraph.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions