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
This feature will help my team integrate our existing terraform projects with Atlantis with minimal changes.
We currently use the env/{env}.tfvars project structure with the addition of a env/{env}.backend.tfvars for unique remote backend configs per environments.
To accomplish this you need to define each "project" in your repo in an atlantis.yaml file at the root and then create a separate workflow for staging/prod:
Atlantis will automatically run plan now so you won't be needing this as much but to run plan for staging you need to use the project name and the -p flag:
…ntis#113)
* Adding e2e tests back and upgrading terraform version 0.9.11
* Fixing the binary name for e2e tests
* revert binary name change
* missed indentation for makefile
* use owner name for branch head for pull request creation
Problem
This feature will help my team integrate our existing terraform projects with Atlantis with minimal changes.
We currently use the
env/{env}.tfvars
project structure with the addition of aenv/{env}.backend.tfvars
for unique remote backend configs per environments.In our workflow, when we do
terraform init
, it will beCurrently Atlantis does not seem to able to support this structure.
Wish
Be able to initialize a custom backend config file from the atlantis command.
Suggestion
Utilizing the
atlantis.yaml
config, I could in theory have a config likeThen in an MR/PR, I can run the atlantis command (in theory)
I believe this feature would allow users extra flexibility as well in doing additional custom hooks with the
atlantis.yaml
config.The text was updated successfully, but these errors were encountered: