From aab1f0f62010cf105d6bfc540437f96569b08d6d Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 4 Jan 2024 09:08:54 -0500 Subject: [PATCH] update doc --- acm/README.md | 2 +- acm/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acm/README.md b/acm/README.md index 9dbac16..36797c0 100644 --- a/acm/README.md +++ b/acm/README.md @@ -22,7 +22,7 @@ module "cert" { ## optional ## add additional names to SAN - # certificate_san = "otherdomain.domain.census.gov" + # certificate_san = [ "otherdomain.domain.census.gov" ] } # associating it with the ALB listener diff --git a/acm/main.tf b/acm/main.tf index 8320156..85c4a20 100644 --- a/acm/main.tf +++ b/acm/main.tf @@ -22,7 +22,7 @@ * * ## optional * ## add additional names to SAN -* # certificate_san = "otherdomain.domain.census.gov" +* # certificate_san = [ "otherdomain.domain.census.gov" ] * } * * # associating it with the ALB listener