honerlaw / terraform-aws-vpc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HCL 100.0%