moving deprecated things to it's own folder

This commit is contained in:
2024-05-04 18:58:51 -07:00
parent 6203f355b2
commit 5abcff70ec
53 changed files with 1 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
resource "aws_vpc" "athens_vpc" {
cidr_block = var.athens_cidr
enable_dns_support = true
enable_dns_hostnames = true
tags = {
Name = "Project Athens VPC"
}
}