-
Hello, Could I somehow use I have a case, where multiple Atlantis servers will be used in one repository and even terragrunt is involved. project1
├── service
├── config
│ └── development.yaml
│ └── production.yaml
├── main.tf
├── vars.tf
├── outputs.tf
└── terragrunt.hcl Inside every project, there is a directory with a configuration file for each environment. Before running terragrunt I define a parameter that defines which will be used to target the environment in which I want to make a change. Even without testing, I know that Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
look at this : #2798 |
Beta Was this translation helpful? Give feedback.
-
mmm I thought we had docs for it? but I could be wrong and we will
definitely love to have better docs so please go ahead.
…On Fri, Apr 7, 2023, 8:37 a.m. M. Oloarte ***@***.***> wrote:
I think I just solved my issue without the need of manipulating or
generating the atlantis.yaml file.
The issue #2805 <#2805> came
to my attention and it turns out that the executable-name is an
undocumented parameter in the application. Felt like finding gold.
So my solution is a combination of:
- custom executable-name
- custom vcs-status-name
- custom workflow for terragrunt
If acceptable, I could contribute in the documentation of this variable.
—
Reply to this email directly, view it on GitHub
<#3295 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERAXXOKCLS5X2657OH3XAAYELANCNFSM6AAAAAAWTNDZNM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
I think I just solved my issue without the need of manipulating or generating the atlantis.yaml file.
The issue #2805 came to my attention and it turns out that the
executable-name
is an undocumented parameter in the application. Felt like finding gold.So my solution is a combination of:
If acceptable, I could contribute in the documentation of this variable.