awscliterraform
pip install awscli
sudo apt-get install unzipwget https://releases.hashicorp.com/terraform/0.11.1/terraform_0.11.1_linux_amd64.zipunzip terraform_0.11.1_linux_amd64.zipsudo mv terraform /usr/local/bin/terraform --version
- Provide AWS credentials
aws configure - Initialize terraform
terraform init - Execute terraform plan
terraform plan - Apply terraform plan
terraform apply