Update local-exec.mdx

This commit is contained in:
kmoe 2023-01-25 16:59:01 +00:00 committed by GitHub
parent 6c5805d560
commit e5c1b8f2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,8 @@ The following arguments are supported:
For example, `when = destroy` specifies that the provisioner will run when the associated resource
is destroyed. Refer to [Destroy-Time Provisioners](/language/resources/provisioners/syntax#destroy-time-provisioners)
for details.
* `quiet` - (Optional) If set to `true`, Terraform will not print the command to be executed to stdout, and will instead print "Suppressed by quiet=true". Note that the output of the command will still be printed in any case.
### Interpreter Examples