Skip to content

nickcharlton/terraform-aws-vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-vpc

This repository contains a Terraform project that builds Scenario 2: VPC with Public and Private Subnets from the AWS documentation. It's from this blog post describing how it all works and is designed to give a working example which can the basis of something much more complex.

Usage

terraform.tfvars holds variables which should be overriden with valid ones.

Plan

terraform plan -var-file terraform.tfvars

Apply

terraform apply -var-file terraform.tfvars

Destroy

terraform destroy -var-file terraform.tfvars

Author

Copyright (c) 2015 Nick Charlton nick@nickcharlton.net. MIT Licensed.

About

An example of Terraform which brings up a VPC with Public/Private Subnets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages