Skip to content

Commit 965cc86

Browse files
authored
Merge pull request #430 from ComputeCanada/dns-wildcard-all
Update vhosts of gcloud and txt
2 parents 21007ea + 629a795 commit 965cc86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dns/gcloud/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable "domain" {
1313
variable "vhosts" {
1414
description = "List of vhost dns records to create as vhost.name.domain_name."
1515
type = list(string)
16-
default = ["ipa", "jupyter", "mokey", "explore"]
16+
default = ["*"]
1717
}
1818

1919
variable "domain_tag" {

dns/txt/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "vhost_tag" {
1919
variable "vhosts" {
2020
description = "List of vhost records A to create."
2121
type = list(string)
22-
default = ["ipa", "jupyter", "mokey", "explore"]
22+
default = ["*"]
2323
}
2424

2525
variable "dkim_public_key" {

0 commit comments

Comments
 (0)