Loading...
Loading...
### Terraform Version ```shell terraform version Terraform v1.9.8 on darwin_arm64 ``` ### Terraform Configuration Files details are here: https://github.com/hashicorp/terraform-provider-aws/issues/39969 ### Debug Output see above ### Expected Behavior When values does not exists, but it is planned to be as output it should be in output. In this case I expect that terraform will warn that value does not exists and why it suppress output. So I do not expect it is suppressed, because on that output another custom tool relies. ### Actual Behavior The output suppressed when value does not exists ### Steps to Reproduce 1. Create Redis cluster with the next options ``` cluster_mode = "disabled" automatic_failover_enabled = false num_cache_clusters = 1 ``` 2. Create output ``` output "redisEndpoint" { value = module.private-cloud.redisEndpoint } output "redisEndpoint" { description = "Redis endpoint" value = aws_elasticache_replication_group.redis.configuration_endpoint_address } ``` 3. Plan/apply ### Additional Context If I do the next change:  It ouitputs again. ### References _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.