Skip to content

Commit 91ecc0d

Browse files
committed
Replace list of specific subdomains by *
This leaves the ability to explictly specify the A records, but by default all traffic that falls in the wild card will now be directed to reverse proxy.
1 parent 59a2ab2 commit 91ecc0d

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)