You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: