You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect the warning messages displayed in "terraform plan" to also be present in "terraform show PLANFILE," after it has been saved using "terraform plan -out PLANFILE"
Actual Behavior
"terraform show PLANFILE" fails to include warnings that are present in the output of terraform plan. When the output of terraform plan -out is saved in a PLANFILE and shown using "terraform show", warning messages that are originally present in terraform plan are not displayed in "terraform show PLANFILE".
Steps to Reproduce
terraform init
terraform plan -out my.tfplan
terraform show my.tfplan
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered:
Thanks for this feature request! If you are viewing this issue and would like to indicate your interest, please use the 👍 reaction on the issue description to upvote this issue. We also welcome additional use case descriptions. Thanks again!
Terraform Version
Terraform Configuration Files
-Actual Context: GoogleCloudPlatform/cluster-toolkit#3131
Simpler config file for reproducibility:
In main.tf:
Debug Output
https://gist.github.com/RachaelSTamakloe/9efdca0181602474c5657f00a25e4fbd
Expected Behavior
I expect the warning messages displayed in "terraform plan" to also be present in "terraform show PLANFILE," after it has been saved using "terraform plan -out PLANFILE"
Actual Behavior
"terraform show PLANFILE" fails to include warnings that are present in the output of terraform plan. When the output of terraform plan -out is saved in a PLANFILE and shown using "terraform show", warning messages that are originally present in terraform plan are not displayed in "terraform show PLANFILE".
Steps to Reproduce
terraform init
terraform plan -out my.tfplan
terraform show my.tfplan
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: