Relative Content

Tag Archive for terraformterragrunt

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.