Skip to content

Commit

Permalink
set external validation records to true for prod ACM certs (#4287)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Dec 11, 2023
1 parent f2dbf45 commit d396b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {
"cafmtx.az.justice.gov.uk",
"cafmtrainweb.az.justice.gov.uk",
]
external_validation_records_created = false
external_validation_records_created = true
cloudwatch_metric_alarms = module.baseline_presets.cloudwatch_metric_alarms.acm
tags = {
description = "wildcard cert for planetfm ${local.environment} domains"
Expand Down

0 comments on commit d396b45

Please sign in to comment.