hashicorp / terraform-provider-template

Terraform template provider
https://www.terraform.io/docs/providers/template/
Mozilla Public License 2.0
130 stars 89 forks source link

add sensitive_vars parameter #76

Open n-marton opened 4 years ago

n-marton commented 4 years ago

When using this provider with runatlantis it is an undesired behaviour that every variable is logged at planning phase to the stdout.

I added a sensitive_vars which is sensitive by schema, this and the vars params are merged into one before rendering.