Skip to content

Commit 0145d2d

Browse files
committed
fix: Revert temporary changes to example variables.tf
1 parent 279c8f3 commit 0145d2d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/complete-alb/variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
variable "domain_name" {
22
description = "The domain name for which the certificate should be issued"
33
type = string
4-
# default = "terraform-aws-modules.modules.tf"
5-
default = "sharedservices.clowd.haus"
4+
default = "terraform-aws-modules.modules.tf"
65
}

examples/complete-nlb/variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
variable "domain_name" {
22
description = "The domain name for which the certificate should be issued"
33
type = string
4-
# default = "terraform-aws-modules.modules.tf"
5-
default = "sharedservices.clowd.haus"
4+
default = "terraform-aws-modules.modules.tf"
65
}

0 commit comments

Comments
 (0)