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.
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:Benefits
It would be possible to get secret values from for example
ephemeral "azurerm_key_vault_secret"and send them to msgraph.