Replies: 2 comments 2 replies
-
|
Hello, References: |
Beta Was this translation helpful? Give feedback.
-
|
@lpossamai we have a similar issue when trying to run |
Beta Was this translation helpful? Give feedback.
-
|
Hello, References: |
Beta Was this translation helpful? Give feedback.
-
|
@lpossamai we have a similar issue when trying to run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all 👋
I'm setting up a new Terragrunt repository and have few questions specially regarding the best practices around the pipeline. I'll be using Github Actions.
My current Terragrunt structure looks like this:
The main reason I'm using Terragrunt, is because after few years mainly using Terraform I ended up learning the hard way that Terraform sucks when there are multiple modules, state files and dependencies between them.
Looks like I cannot use
run-allwith Terragrunt when there are dependencies between modules. In that case, I'll have to make my CI to enter in eachenvironment/**/ap-southeast-2/**/folder and run the commands there.However by doing that, I'll be creating lots and lots of duplicated files in the
.github/workflowdirectory for each of the resources. Github Actions will need to perform the following:Wondering if there are better ways to achieve the same result? Any suggestions are more than welcome.
Cheers! 😄
Tracked in ticket #110155
Beta Was this translation helpful? Give feedback.
All reactions