We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support separating tfvars file in each env.
Sometimes, there are enormous lines in a tfvars file. it's quite difficult to read.
So, this feature should be structured like this.
|--app |--modules |--stacks |--stack1 |--tfvars |--base a.tfvars b.tfvars |--dev a.tfvars b.tfvars
The text was updated successfully, but these errors were encountered:
Not sure if this used to work or is related to this issue Issue 267:Environment folders ignored
Sorry, something went wrong.
Yes, sometimes, I have many modules in a stack. It would be cleaner if terraspace can read multiple file in a env layer.
No branches or pull requests
Summary
Support separating tfvars file in each env.
Motivation
Sometimes, there are enormous lines in a tfvars file. it's quite difficult to read.
So, this feature should be structured like this.
The text was updated successfully, but these errors were encountered: