Learn DevOps: Infrastructure Automation With Terraform.
Learn DevOps: Infrastructure Automation With Terraform.
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:
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
[//]: # “These are reference links used in the body of this note and get stripped out when the markdown processor does
its job. There is no need to format nicely because it shouldn’t be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax“