Terraform plan before apply #17090
Labels
DevSecOps
Team Aq DevSecOps work label
reportstream
terraform
Pull requests that update Terraform code
The TF GHA currently uses terraform-stats to produce drift output.
We want to see the
terraform plan
output beforeterraform apply
is run.To get there, we want to add a step that runs
terraform plan -out=tf.plan
hereThen modify the step that runs
terraform apply
to use thetf.plan
plan file.Bonus, optional - the plan is sent to Slack's notifications channel
DoD: PR with updated github actions in the repo.
The text was updated successfully, but these errors were encountered: