Skip to content

Terraform scripts to create an AWS VPC with s3 enabled remote state.

Notifications You must be signed in to change notification settings

SkeltonThatcher/aws-vpc-terraform-remote-state

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Terraform scripts to create an AWS VPC.

The TF plan will create the following resources:

  • x1 vpc
  • x1 Public route table
  • x1 Internet gateway
  • x2 Public subnets
  • x2 Private subnets

The plan also contains an init.sh script. This script enables remote state to AWS S3:

Prerequisites

How do I get set up?

  • Clone the repo
  • Create terraform.tfvars
  • Create an S3 bucket
  • Update the init.sh BUCKET and REGION vars
  • Run the init.sh file
  • Run terraform plan (to plan the deployment)
  • Run terraform apply (to apply the plan and deploy all resources)
  • Run terraform destroy (to destroy all deployed resources)

Who do I talk to?

  • Rich Bos

About

Terraform scripts to create an AWS VPC with s3 enabled remote state.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published