wescale / hashistack

Ansible collections for HashiCorp Vault-Consul-Nomad platform automation
MIT License
56 stars 31 forks source link

Silence possibles Terraform env variables when applying in-collection terraform code #154

Closed aurelienmaury closed 6 months ago

aurelienmaury commented 6 months ago

Ensure that every module call on cloud.terraform.terraform have at least these values as environment.

environment: TF_CLI_ARGS: "" TF_CLI_ARGS_init: "" TF_CLI_ARGS_plan: "" TF_CLI_ARGS_apply: "" TF_CLI_ARGS_destroy: ""