Terraform Series
Installing Terraform on Windows.
1) Download terraform binary for windows and move to C:\terraform folder.
2) I have created the folder called "terraform" under C:\terraform
3) Next open the Start menu and search for Environment variables.Open the Environment variables settings page.
4) Update PATH variables with C:\terraform for both SYSTEM and USER.
5) If needed, restart your system to apply the variable changes.
C:\Users>terraform -version
Terraform v1.3.7
on windows_386
C:\Users>
I am going to use Visual Studio Code for TF development.
https://code.visualstudio.com/docs/?dv=win
Once we are done adding the Terraform plugin.
Lets configure AWS CLI on Windows.
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Once the AWS CLI is installed. Login to AWS Console under IAM select "Security Credentials" and "Create Access Key".
Comments
Post a Comment