Skip to content

Commit d105ceb

Browse files
committed
refactor(modules/acm): set default validation method to DNS
1 parent cc2b8d5 commit d105ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/acm/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "amazon_issued_certificates" {
77
type = map(object({
88
domain_name = string
99
subject_alternative_names = optional(list(string), [])
10-
validation_method = optional(string, null)
10+
validation_method = optional(string, "DNS")
1111
key_algorithm = optional(string, null)
1212
validation_option = optional(object({
1313
domain_name = string

0 commit comments

Comments
 (0)