hashicorp / learn-terraform-modules-use

https://developer.hashicorp.com/terraform/tutorials/modules/module-use?in=terraform%2Fmodules
Mozilla Public License 2.0
19 stars 69 forks source link

not able to download vpc module #1

Closed Divyanshutomar27 closed 3 years ago

Divyanshutomar27 commented 3 years ago

Hi Team, i was trying make configurations usinf vpc module and when i ran command - terraform init, i got this error1 image file attached.

Also command - "git clone https://github.com/hashicorp/learn-terraform-modules-use.git" on amazon linux 2 is not working though terraform is installed on it.

please advise. image

image

im2nguyen commented 3 years ago

Hi @Divyanshutomar27 , I don't believe you have git installed on your local machine. Both screenshots' error message show missing git

Divyanshutomar27 commented 3 years ago

Hi @Divyanshutomar27 , I don't believe you have git installed on your local machine. Both screenshots' error message show missing git

Hi @im2nguyen , i have installed git and now it is working fine, i am new in terraform and learning it, thanks.

im2nguyen commented 3 years ago

Happy to hear it works! Good luck on your Terraform adventure!