https://github.com/pgporada/terraform-vpc
Creates a VPC in AWS!
https://github.com/pgporada/terraform-vpc
aws subnet terraform vpc
Last synced: 2 months ago
JSON representation
Creates a VPC in AWS!
- Host: GitHub
- URL: https://github.com/pgporada/terraform-vpc
- Owner: pgporada
- Created: 2017-05-10T22:40:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T06:18:25.000Z (about 9 years ago)
- Last Synced: 2025-04-01T23:25:11.133Z (over 1 year ago)
- Topics: aws, subnet, terraform, vpc
- Language: HCL
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview: terraform-vpc
Builds the following infrastructure
* VPC
* Public subnet(s)
* Private subnet(s)
* Availability Zone(s)
* Routing tables
* NAT Gateway(s) + EIP
* Internet Gateway
For more terraform related docs, please see our [wiki](https://letsencrypt.atlassian.net/wiki/display/~pporada/Terraform).
- - - -
# Usage
The Makefile will pull down a fresh secrets variable file from S3 during the **plan** and **apply** phases. This file does not exist by default.
ENVIRONMENT=c6h12o6 make plan
ENVIRONMENT=c6h12o6 make apply
Push vars. Remember, you'll need to push an initial set of vars yourself otherwise plan/apply will fail.
aws s3 --profile someawsprofile cp somevars.tfvars s3://somebucket/terraform/vpc/somevars.tfvars
Get vars
aws s3 --profile someawsprofile cp s3://somebucket/terraform/vpc/somevars.tfvars .
- - - -
# Theme Music
[Erik Petersen - Old Tyme Memory](https://www.youtube.com/watch?v=8uziTOL4zOs)
- - - -
# License and Author Info
(C) [Phil Porada](https://philporada.com) 2016 - philporada@gmail.com