Skip to content

Commit ba1e1cf

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

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

examples/complete-alb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Note that this example may create resources which cost money. Run `terraform des
6464

6565
| Name | Description | Type | Default | Required |
6666
|------|-------------|------|---------|:--------:|
67-
| <a name="input_domain_name"></a> [domain\_name](#input\_domain\_name) | The domain name for which the certificate should be issued | `string` | `"sharedservices.clowd.haus"` | no |
67+
| <a name="input_domain_name"></a> [domain\_name](#input\_domain\_name) | The domain name for which the certificate should be issued | `string` | `"terraform-aws-modules.modules.tf"` | no |
6868

6969
## Outputs
7070

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/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Note that this example may create resources which cost money. Run `terraform des
5151

5252
| Name | Description | Type | Default | Required |
5353
|------|-------------|------|---------|:--------:|
54-
| <a name="input_domain_name"></a> [domain\_name](#input\_domain\_name) | The domain name for which the certificate should be issued | `string` | `"sharedservices.clowd.haus"` | no |
54+
| <a name="input_domain_name"></a> [domain\_name](#input\_domain\_name) | The domain name for which the certificate should be issued | `string` | `"terraform-aws-modules.modules.tf"` | no |
5555

5656
## Outputs
5757

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)