Open smeelock opened 1 week ago
I use TF_CLI_ARGS
and a set of TF_VAR_*
to bypass this use case.
https://developer.hashicorp.com/terraform/cli/config/environment-variables#tf_cli_args-and-tf_cli_args_name https://developer.hashicorp.com/terraform/language/values/variables#environment-variables
Context
Currently, Burrito doesn't support Terraform codebases based on
.tfvars
. I have a project with the following structure:and I would like to run Terraform command
terraform plan --var-file production.tfvars
andterraform apply --var-file production.tfvars
Request
Add support in Burrito Layer configuration for a .tfvars file