Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 21, 2024
1 parent e0f8e79 commit 3a9efe3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions terraform/acm.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
resource "aws_acm_certificate" "main" {
provider = aws.acm
validation_method = "DNS"
domain_name = var.domain_name
provider = aws.acm
validation_method = "DNS"
domain_name = var.domain_name
subject_alternative_names = local.domains



lifecycle {
Expand Down

0 comments on commit 3a9efe3

Please sign in to comment.