terraform-aws-modules / terraform-aws-ec2-instance

Terraform module to create AWS EC2 instance(s) resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/ec2-instance/aws
Apache License 2.0
754 stars 1.87k forks source link

Failed to download EC2 module #402

Open desaicg opened 1 month ago

desaicg commented 1 month ago

Initializing the backend... Initializing modules... Downloading registry.terraform.io/terraform-aws-modules/ec2-instance/aws 5.7.0 for ec2-instance... ╷ │ Error: Failed to download module │ │ on ec2-module.tf line 1: │ 1: module "ec2-instance" { │ │ Could not download module "ec2-instance" (ec2-module.tf:1) source code from │ "git::https://github.com/terraform-aws-modules/terraform-aws-ec2-instance?ref=29230f956912d751a01a5694510f684754a93196": error │ downloading 'https://github.com/terraform-aws-modules/terraform-aws-ec2-instance?ref=29230f956912d751a01a5694510f684754a93196': │ git must be available and on the PATH.

desaicg commented 1 month ago

I am downloading module from Windows 11 and getting above error

HeikoMR commented 4 weeks ago

can you paste your config here?