-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google_certificate_manager_certificate - self_managed block is not sensitive #13450
google_certificate_manager_certificate - self_managed block is not sensitive #13450
Comments
@ruanda I see below attributes are set sensitive. Don't you want the key to be visible? We want to hide its value, for sure
|
Looks like only |
@ruanda: If I've got this right, you'd prefer we unmark That will mean the bottom-level fields that are currently sensitive will remain sensitive, while the top-level field's documentation will no longer suggest all its subfields are sensitive. |
Let me clarify
|
Ah, I'd missed that one field should likely be sensitive while the other shouldn't. Thanks! I'd prefer we keep That means our delta would be:
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
According to the documentation (https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/certificate_manager_certificate#self_managed) self_managed block should be sensitive and not visible in plan. google-provider v4.48.0 does not mark this property as sensitive and I can see pem_private_key in clear text in plan.
The text was updated successfully, but these errors were encountered: