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

Support -generate-config-out option for terraform plan #423

Open stinggit opened 10 months ago

stinggit commented 10 months ago

terraform plan -generate-config-out=pathcan be used to generate HCL for any imported resources not already present

cokeeffe commented 7 months ago

Any plans to support this?