hashicorp / terraform-cdk

Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
https://www.terraform.io/cdktf
Mozilla Public License 2.0
4.87k stars 455 forks source link

Support `local-exec` `quiet` attribute #2702

Open ansgarm opened 1 year ago

ansgarm commented 1 year ago

Community Note

Description

Terraform 1.4 added a new property that can be set on exec-local, we should add that one to the properties in our interface for local-exec.

References