getsentry / tacos-gha

Terraform Automation & Collaboration Software (TACOS) help organizations to scale the use of Terraform by enabling collaboration through governance, access controls, and automation of Terraform runs.
Apache License 2.0
1 stars 0 forks source link

Validate that plan matches before apply #215

Open mwarkentin opened 6 months ago

mwarkentin commented 6 months ago

Do we have any check that the plan generated by :tacos:apply is the same as the one previously generated by :tacos:plan?

If not this could potentially lead to an unexpected (destructive) outcome if something changes outside of TF before apply is run.