Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 292 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 292 Bytes

Terraform Learn - Automate AWS Infrastructure

Creating a working EC2 with a VPC, Subnet and Webserver with SQS and SNS functionality on Amazon Web Services.

Usage

#for viewing planned changes
terraform plan

#for commiting terraform changes
terraform apply