Learn DevOps: Infrastructure Automation With Terraform.
- Terraform >= v0.12.9
- aws-cli >= 1.16.245
1.0.0
Download zip file and extract it latest pre-built release. Or clone the repository and cd into it.
This project uses a number of open source projects to work properly:
- Terraform - Use Infrastructure as Code to provision and manage any cloud, infrastructure, or service
Install terraform and aws-cli for your OS. Terraform aws-cli
$ aws configure AWS Access Key ID [None]: YOURAWSACCESSKEY AWS Secret Access Key [None]: YOURAWSSECRETKEY Default region name [None]: us-west-2 Default output format [None]: json$ cd terraform-demos You should select the demo that you want to test for instance: cd demo-1 touch terraform.tfvars Add your AWS Credentials in this file (terraform.tfvars) terraform init terraform plan terraform apply terraform destroy