We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988d1ed commit ccb968cCopy full SHA for ccb968c
examples/generate-certificate-dns/example.tf
@@ -3,7 +3,7 @@ provider "aws" {
3
}
4
5
locals {
6
- domain = "ld.clouddrove.ca"
+ domain = "clouddrove.com"
7
8
9
##-----------------------------------------------------------------------------
@@ -15,7 +15,7 @@ module "acm" {
15
name = "certificate"
16
environment = "test"
17
enable_dns_validation = true
18
- domain_name = "ld.clouddrove.ca"
+ domain_name = "clouddrove.com"
19
subject_alternative_names = ["www.${local.domain}", "*.${local.domain}"]
20
key_algorithm = "RSA_2048"
21
transparency_logging_enabled = false
0 commit comments