Skip to content

Commit

Permalink
set external_validation_records_created = true, update README (#4213)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Dec 1, 2023
1 parent 380a822 commit e502c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ locals {
"pp-cafmwebx.az.justice.gov.uk",
"pp-cafmtx.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
2 changes: 2 additions & 0 deletions terraform/modules/acm_certificate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ in the `validation_records_external` output.
Step 2: Set the `external_validation_records_created` variable to true
to validate the certificate.

If the DNS zone which is being added to a certificate is in azure i.e. in example.az.justice.gov.uk then the step which needs to be carried out BEFORE Step 2. is as follows: these need to be created manually by adding them to dso-infra-azure-fixngo repo under the relevant locals. See NOMSDigitalStudioProduction1/webops-prod/dns_records.tf for an example.

Example usage:

```
Expand Down

0 comments on commit e502c8b

Please sign in to comment.