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.
DNS
1 parent cc2b8d5 commit d105cebCopy full SHA for d105ceb
modules/acm/variables.tf
@@ -7,7 +7,7 @@ variable "amazon_issued_certificates" {
7
type = map(object({
8
domain_name = string
9
subject_alternative_names = optional(list(string), [])
10
- validation_method = optional(string, null)
+ validation_method = optional(string, "DNS")
11
key_algorithm = optional(string, null)
12
validation_option = optional(object({
13
0 commit comments