You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for multiple variables_file as we can pass multiple var-files in terraform cli: terraform apply -var-file="file-1.tfvars" -var-file="file-2.tfvars" -var-file="file-3.tfvars"
ISSUE TYPE
Feature Idea
COMPONENT NAME
terraform module
ADDITIONAL INFORMATION
In many projects there are multiple variable files which are needed to be passed to terrform, but right now, the terraform module only supports a single file ( type "path"). But it could be ( type "list")
SUMMARY
Add support for multiple variables_file as we can pass multiple var-files in terraform cli:
terraform apply -var-file="file-1.tfvars" -var-file="file-2.tfvars" -var-file="file-3.tfvars"
ISSUE TYPE
COMPONENT NAME
terraform module
ADDITIONAL INFORMATION
In many projects there are multiple variable files which are needed to be passed to terrform, but right now, the terraform module only supports a single file ( type "path"). But it could be ( type "list")
Expected usage:
The text was updated successfully, but these errors were encountered: