/example-terraform-vpc

Basic sane VPC Managed by Terraform

Primary LanguageHCL

Example VPC in Terraform

A straighforward AWS VPC managed by Terraform.

This was largely inspired / influenced / taken from this tutorial from the fine folks at Spacelift.

It creates a VPC in the us-west-2 region, with public and private subnets in three AZs. It also creates a "completely open" security group for the VPC that can be attached to EC2 instances to make sure they have connectivity.