...
Pre-requisite | |
---|---|
terraform installed | |
update pip | python.exe -m pip install --upgrade pip |
AWS CLI installed or updated | aws --version update aws cli: pip install awscli --upgrade --user |
login with AWS CLI to | aws configure |
Create the .tf file | |
init , plan and apply | |
init | |
plan | |
apply | |
Check on AWS Console | |
Log into GUI | |
...