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

feat: Add support for terraform plan -generate-config-out #446

Open hrmsk66 opened 4 months ago

hrmsk66 commented 4 months ago

This PR adds support for the -generate-config-out flag in the terraform plan command, which was introduced in Terraform 1.5.0.

Closes #423