Skip to content

Commit 9ee5fb0

Browse files
authored
Merge pull request #347 from ComputeCanada/wildcard_record
Replace list of specific subdomains by *
2 parents 59a2ab2 + 91ecc0d commit 9ee5fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dns/cloudflare/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "domain" {
77
variable "vhosts" {
88
description = "List of vhost dns records to create as vhost.name.domain_name."
99
type = list(string)
10-
default = ["ipa", "jupyter", "mokey", "explore"]
10+
default = ["*"]
1111
}
1212

1313
variable "domain_tag" {

0 commit comments

Comments
 (0)