Terragrunt: get local variable values from certain files down (not up) the directory tree
For this terragrunt directory structure:
Terragrunt/Terraform issue with public S3 bucket HTTPS module source
I’m using a module from a 3rd party vendor. The source is a public S3 bucket, used as a HTTP repository.
The module is public: testing with curl
and wget
I can download it without credentials.
But using Terragrunt, I see the URL is resolved using the s3::https
protocol, so it’s failing asking for the credentials.
How can I create resources under condition for specific variable?
I have a local var called “clusters”:
Terraform- create resources under condition for specific variable
I have a local var called “clusters”: