Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 4, 2024
1 parent 3644862 commit aab1f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion acm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aab1f0f

Please sign in to comment.