We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59a2ab2 + 91ecc0d commit 9ee5fb0Copy full SHA for 9ee5fb0
dns/cloudflare/variables.tf
@@ -7,7 +7,7 @@ variable "domain" {
7
variable "vhosts" {
8
description = "List of vhost dns records to create as vhost.name.domain_name."
9
type = list(string)
10
- default = ["ipa", "jupyter", "mokey", "explore"]
+ default = ["*"]
11
}
12
13
variable "domain_tag" {
0 commit comments