|
@@ -3,6 +3,11 @@ variable legacy_private_dns {
|
|
|
type = map
|
|
|
}
|
|
|
|
|
|
+variable legacy_private_cname_dns {
|
|
|
+ description = "A map of legacy hostnames to lists of dns entries. To disable, just remove an entry."
|
|
|
+ type = map
|
|
|
+}
|
|
|
+
|
|
|
variable legacy_public_dns {
|
|
|
description = "A map of legacy hostnames to lists of IPs. To disable, just remove an entry."
|
|
|
type = map
|