Description: Here I have explained, How to install Terraform in Windows 10 and configure VS Code for Terraform to work with AWS.
How to Install Terraform in Windows 10?
Below is the procedure to install terraform in windows 10
- Download Terraform from Download URL
- Once the Zip file downloaded extract it to C:\Terraform
- Add path in System Variable path as follow
- After add path in the environment variable. Open Powershell and verify the version by using the below command
How to Configure Visual Studio Code for Terraform to work with AWS?
- Download Visual Studio From the Download URL and install it
provider "aws" { access_key = "AKIAU4DZPCIQTAZ2JKXV" secret_key = "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" region = "us-east-1" }
No comments:
Post a Comment