Skip to content
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

Suppress write-only attributes until properly supported #5215

Open
mjeffryes opened this issue Feb 15, 2025 · 0 comments
Open

Suppress write-only attributes until properly supported #5215

mjeffryes opened this issue Feb 15, 2025 · 0 comments
Assignees

Comments

@mjeffryes
Copy link
Member

AWS provider is adding write-only attributes (hashicorp/terraform-provider-aws#41314)

  • These are not supposed to persist in state anywhere
  • We can't quite match the contract until [Epic] Run program during refresh and destroy· pulumi/16600 is finished:
    • We could just store the value as a secret, but users will be surprised when we use the old value in a refresh or destroy
    • We could not store anything, but then the value will be missing for refresh & destroy
  • In the short term, we should suppress these attributes (there are normal versions of these on the resources), to avoid this confusion.
  • After [Epic] Run program during refresh and destroy· pulumi/16600 is finished, it should be straightforward to support them.
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Feb 15, 2025
@guineveresaenger guineveresaenger removed the needs-triage Needs attention from the triage team label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants