moving deprecated things to it's own folder
This commit is contained in:
11
infra/deprecated/networking/vpc.tf
Normal file
11
infra/deprecated/networking/vpc.tf
Normal 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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user