hashicorp / terraform-exec

Terraform CLI commands via Go.
https://pkg.go.dev/github.com/hashicorp/terraform-exec
Mozilla Public License 2.0
661 stars 111 forks source link

tfexec: Add `-allow-deferral` experimental options to `Plan` and `Apply` commands #447

Closed austinvalle closed 4 months ago

austinvalle commented 4 months ago

This PR introduces a new plan and apply flag -allow-deferral. This flag enables the deferred actions experiment that was introduced in Terraform v1.9.0-alpha20240404

Notes