1 messages
Where to get help about getting help!
susie-hover 2 years ago
Hi Everyone (had to rejoin with a new account after I left my last job!).
I'm using cloudposse's aws api gw v1 module which calls their labels/context module. The line is:
However, I'm struggling to translate this to terragrunt which is how our devops team lead prefers us to handle our deployments. Terragrunt doesn't mesh with the child module call. Since the label module is used across cloudposse modules, i thought there might be a recommended or community supported approach for how to incorporate it.
I'm newer to terragrunt so any obvious configs are being missed. My only thought was to create another terragrunthcl that calls the label module (and fill out the required 12 variables in terragrunt syntax)... but then I don't know how to correlate the api gw module call with the labels call. Happy to hear a better solution if you have one!
I'm using cloudposse's aws api gw v1 module which calls their labels/context module. The line is:
context = module.this.contextHowever, I'm struggling to translate this to terragrunt which is how our devops team lead prefers us to handle our deployments. Terragrunt doesn't mesh with the child module call. Since the label module is used across cloudposse modules, i thought there might be a recommended or community supported approach for how to incorporate it.
I'm newer to terragrunt so any obvious configs are being missed. My only thought was to create another terragrunthcl that calls the label module (and fill out the required 12 variables in terragrunt syntax)... but then I don't know how to correlate the api gw module call with the labels call. Happy to hear a better solution if you have one!