Skip to content

Commit

Permalink
add new acm cert (#7166)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Jul 22, 2024
1 parent 881cff1 commit 1f8f736
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions terraform/environments/planetfm/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@ locals {
description = "wildcard cert for planetfm production domains"
}
}
remote_desktop_wildcard_and_planetfm_cert_v2 = {
cloudwatch_metric_alarms = module.baseline_presets.cloudwatch_metric_alarms.acm
domain_name = "modernisation-platform.service.justice.gov.uk"
external_validation_records_created = false # change this later
subject_alternate_names = [
"*.planetfm.service.justice.gov.uk",
"cafmwebx.az.justice.gov.uk",
"cafmwebx2.az.justice.gov.uk",
"cafmtx.az.justice.gov.uk",
"cafmtrainweb.az.justice.gov.uk",
"*.az.justice.gov.uk",
]
tags = {
description = "wildcard cert for planetfm production domains and remote desktop"
}
}
}

ec2_instances = {
Expand Down

0 comments on commit 1f8f736

Please sign in to comment.