Skip to content
New issue

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

Multiple tfvars files for each env. #260

Open
RiddlerKnight opened this issue Aug 24, 2022 · 2 comments
Open

Multiple tfvars files for each env. #260

RiddlerKnight opened this issue Aug 24, 2022 · 2 comments

Comments

@RiddlerKnight
Copy link

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.

|--app
    |--modules
    |--stacks
       |--stack1
           |--tfvars
               |--base
                  a.tfvars
                  b.tfvars
               |--dev
                 a.tfvars
                 b.tfvars
@johnlister
Copy link
Contributor

Not sure if this used to work or is related to this issue Issue 267:Environment folders ignored

@RiddlerKnight
Copy link
Author

Not sure if this used to work or is related to this issue Issue 267:Environment folders ignored

Yes, sometimes, I have many modules in a stack. It would be cleaner if terraspace can read multiple file in a env layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants