Moving prefix to vars file

This commit is contained in:
shockrah 2022-12-09 22:23:13 -08:00
parent 4d15923af9
commit 791d950821

View File

@ -103,3 +103,11 @@ variable "athens_cidr" {
description = "VPC Subnet CIDR block"
type = string
}
######################### Alpha Cluster variables
variable "athens_prefix" {
description = "Prefix for all things in alpha cluster"
type = string
default = "athens"
}