v0.53.0
add sensitive variants of outputs Frank (@syphernl) (#124)
what
- Add additional outputs which are marked sensitive which can be used when passing on secrets (
secrets) or secret maps (map_secrets).
why
- When using
secrets(ormap_secrets) and without sensitive outputs TF 0.14 will fail withError: Output refers to sensitive values
references
- Suggestion to implement it this way was done in #118 (comment)