Loading...
Loading...
Changing ```terraform output "test" { value = ["first", "second"] } ``` to ```terraform output "test" { value = true ? ["first", "second"] : [] # ["first", "second"] } ``` unexpectedly and incorrectly produces a plan with a change like ``` Changes to Outputs: ~ test = [ - "first", - "second", ] -> [ + "first", + "second", ] ``` This occurs in Terraform v1.2.0 and earlier versions, such as 1.1.7. ### Terraform Version ``` Terraform v1.2.0 on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v4.15.1 ```
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.