Replies: 1 comment
-
|
Hi, In case if different parameters are required to be injected, custom configuration can be loaded through Full example in https://github.com/denis256/terragrunt-tests/tree/master/discussion-621 Most probably exists other approaches too - I shared some ideas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Assume I have a root
terragrunt.hclwith:In a child module, I want to configure a specific IAM role to use, so in
terragrunt.hcl:And in
main.tf:This won't work because Terraform complains about duplicate provider configurations. How would I override the root configuration to specify a role ARN in this case?
There's a similar question on StackOverflow that has gone unanswered.
Tracked in ticket #109744
Beta Was this translation helpful? Give feedback.
All reactions