terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
886 stars 656 forks source link

terraform init failure #511

Closed crackmac closed 7 months ago

crackmac commented 7 months ago

Description

Getting an error downloading the module on my local workstation when performing a terraform init I do not see the error when the terraform init/plan/apply occurs in our CI pipeline.

This is probably not a module issue but its adversely effecting my development I'm wondering if anyone else has run into this.

Thank you!

Versions

Reproduction Code [Required]

terraform init

Initializing the backend... Initializing modules... Downloading registry.terraform.io/terraform-aws-modules/lambda/aws 6.3.0 for api_docker_image... ╷ │ Error: Failed to download module │ │ on ecs.tf line 16: │ 16: module "api_docker_image" { │ │ Could not download module "api_docker_image" (ecs.tf:16) source code from │ "git::https://github.com/terraform-aws-modules/terraform-aws-lambda?ref=v6.3.0": error downloading │ 'https://github.com/terraform-aws-modules/terraform-aws-lambda?ref=v6.3.0': git exited with │ 1: GNU gettext shell script function library version 0.21 │ Usage: . gettext.sh │ .

antonbabenko commented 7 months ago

Hi @crackmac !

Please consider asking at a place where more generic Terraform people can help you, like https://discuss.hashicorp.com . This is not a module's problem.

github-actions[bot] commented 6 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.