diff --git a/aws/production/vpc/main.tf b/aws/production/vpc/main.tf index b4d5310..3b9abe4 100644 --- a/aws/production/vpc/main.tf +++ b/aws/production/vpc/main.tf @@ -23,3 +23,5 @@ terraform { } } } + +# TODO Deploy VPC here during demo \ No newline at end of file diff --git a/aws/staging/vpc/main.tf b/aws/staging/vpc/main.tf index 3f24507..761dfa6 100644 --- a/aws/staging/vpc/main.tf +++ b/aws/staging/vpc/main.tf @@ -29,3 +29,4 @@ module "vpc" { version = "0.0.1" high_availability = false # Less NAT Gateways, More pizza money } +