Moving prefix to vars file
This commit is contained in:
parent
4d15923af9
commit
791d950821
@ -103,3 +103,11 @@ variable "athens_cidr" {
|
|||||||
description = "VPC Subnet CIDR block"
|
description = "VPC Subnet CIDR block"
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
######################### Alpha Cluster variables
|
||||||
|
|
||||||
|
variable "athens_prefix" {
|
||||||
|
description = "Prefix for all things in alpha cluster"
|
||||||
|
type = string
|
||||||
|
default = "athens"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user