Skip to content

Commit 242fc60

Browse files
committed
fix(certificate): re-enable validation for ACM via DNS
1 parent 50e0f46 commit 242fc60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module "certificate" {
2020

2121
subject_alternative_names = local.alternative_domains
2222

23+
validation_method = "DNS"
2324
wait_for_validation = true
2425

2526
tags = local.tags

0 commit comments

Comments
 (0)