Skip to content

ondairos/terraform_learn

Repository files navigation

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