Open oocx opened 3 months ago
Hi @oocx ,
Thank you for taking time to report this issue.
Unfortunately, user couldn't mark a resource's field as sensitive. And from the provider's perspective, the terraform protocol doesn't support marking a field as sensitive conditionally either.
Related issue: https://github.com/hashicorp/terraform-plugin-sdk/issues/736
I'm using azapi_resource_action to generate a key pair:
The generated private key is shown in my terraform plan:
How can I mark the privateKey attribute as sensitive, so that it is not shown in the terraform plan?