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
terraform plan -out plan.tfplan -detailed-exitcode
Additional Context
I am running inside an Ubuntu 22.04 Docker container inside a GH Action workflow and am installing terraform via hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd.
References
No response
Generative AI / LLM assisted development?
No response
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
tensorflow plan -detailed-exitcode
prints:And should thus return exit code 2.
Actual Behavior
Exit code 0 is returned.
Steps to Reproduce
terraform init
terraform plan -out plan.tfplan -detailed-exitcode
Additional Context
I am running inside an Ubuntu 22.04 Docker container inside a GH Action workflow and am installing terraform via
hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
.References
No response
Generative AI / LLM assisted development?
No response
The text was updated successfully, but these errors were encountered: