Julian Jäger
Julian Jäger
Are you referencing the module in a root module where also the base terragrunt lives?
You need to add gitlab as a required provider in the root module as well, not just in the module.
Hi @jbardin, thanks for the quick response. I am mainly refering to this line: https://github.com/hashicorp/terraform/blob/6d6352220b5fee5f0c2c0f894f41d59d7e6f44d7/internal/backend/remote-state/azure/backend.go#L292 This calls the helper which either reads the field or reads the token from the...
Hi, thanks for the response. 😄 Not sure whether it is really calling terragrunt internally. When the path used in a dependeny block in a configuration (root hcl) contains also...
> Most probably, the intention is to determine if the HCL file is included from another location. The more I think of it, I think by included you mean the...
@denis256 Can we support in the further process somehow? Do we need to supply a RFC (design?)? We can also help by implementing.
I drafted something at https://github.com/gruntwork-io/terragrunt/pull/2759 but could not get some parts to work. Sorry for the rough code :D