mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update local-exec.mdx
This commit is contained in:
parent
6c5805d560
commit
e5c1b8f2c9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user