microsoft / symphony

CI/CD for IaC on multiple orchestrators
MIT License
177 stars 21 forks source link

Azure DevOps - Terraform deployment - Run a validate and plan seperately #256

Open lukemurraynz opened 9 months ago

lukemurraynz commented 9 months ago

It would be great to be able to run a Terraform plan separately from the deployment - i.e. Terraform validates + plan, so you can run this without fear of accidentally deploying, especially useful during writing and testing the code, and knowing what changes it will make.

Could potentially add it to the validate sequence so that that pipeline can be run separately if required, or will this be included in the build pipeline.