Skip to content

Commit

Permalink
Clarify wording on certificate validation
Browse files Browse the repository at this point in the history
* You don't approve it, you validate it
  • Loading branch information
ndrarmstrong committed May 14, 2020
1 parent 667b874 commit 8eb8e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/site/acm.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ACM Certificate
# NB: This will be created by Terraform, but needs to be approved through the console.
# NB: This will be created by Terraform, but needs to be manually validated before use
resource "aws_acm_certificate" "site" {
provider = aws.us-east-1
domain_name = var.domain_name
Expand Down

0 comments on commit 8eb8e10

Please sign in to comment.