website: Sensitive values in provisioner config

This commit is contained in:
Alisdair McDiarmid 2020-10-19 13:19:51 -04:00
parent 4f53234d8c
commit 9d2994ab9b
1 changed files with 4 additions and 0 deletions

View File

@ -186,6 +186,10 @@ that resource's attributes. For example, use `self.public_ip` to reference an
references create dependencies. Referring to a resource by name within its own
block would create a dependency cycle.
## Suppressing Provisioner Logs in CLI Output
The configuration for a `provisioner` block may use sensitive values, such as [`sensitive` variables](../configuration/variables.html#suppressing-values-in-cli-output) or [`sensitive` output values](../outputs.html#sensitive-suppressing-values-in-cli-output). In this case, all log output from the provider is automatically suppressed to prevent the sensitive values from being displayed.
## Creation-Time Provisioners
By default, provisioners run when the resource they are defined within is