Feature request: Support execution of Terraform plan #4468
Labels
customer-reported
identify a customer issue
needs-team-attention
Issues out of a milestone
question
terraform
When performing
azd provision --preview
with Terraform as the infrastructure provider (via an Azure DevOps pipeline), I can see that the Terraform plan file is saved, per this entry in the log:It would be good if we could then use the plan when performing
azd provision
, as without being able to do that there's a risk some other change is introduced when you performazd provision
(i.eterraform apply
) because someone else could have merged some changes to the Terraform code in the interim.I would imagine it working like this:
This would then execute Terraform like this
The text was updated successfully, but these errors were encountered: