Skip to content

Commit ccb968c

Browse files
committed
Restore changes domain name
1 parent 988d1ed commit ccb968c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/generate-certificate-dns/example.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
locals {
6-
domain = "ld.clouddrove.ca"
6+
domain = "clouddrove.com"
77
}
88

99
##-----------------------------------------------------------------------------
@@ -15,7 +15,7 @@ module "acm" {
1515
name = "certificate"
1616
environment = "test"
1717
enable_dns_validation = true
18-
domain_name = "ld.clouddrove.ca"
18+
domain_name = "clouddrove.com"
1919
subject_alternative_names = ["www.${local.domain}", "*.${local.domain}"]
2020
key_algorithm = "RSA_2048"
2121
transparency_logging_enabled = false

0 commit comments

Comments
 (0)