Loading...
Loading...
### Terraform Version ```shell v1.11.0-rc2 ``` ### Terraform Configuration Files ```terraform ephemeral "aws_secretsmanager_random_password" "pass" {} resource "aws_ssm_parameter" "secret2" { name = "/test/password2" description = "The Password parameter" type = "SecureString" value_wo = ephemeral.aws_secretsmanager_random_password.pass.random_password value_wo_version = 1 } ``` ### Debug Output ``` ╷ │ Error: Provider produced invalid object │ │ Error validating write-only attributes: at step 0: cannot access attributes on a null value. ╵ ╷ │ Error: Provider produced invalid object │ │ Error validating write-only attributes: at step 0: cannot access attributes on a null value. ╵ ``` ### Expected Behavior During Terraform destroy it errors out. ### Actual Behavior It's working with RC1 ### Steps to Reproduce 1. `terraform init` 2. `terraform apply` 3. `terraform destroy` ### Additional Context _No response_ ### References _No response_ ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.