Skip to content

Commit

Permalink
delete old cert (#7270)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Jul 24, 2024
1 parent a034395 commit b043fcb
Showing 1 changed file with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,7 @@ locals {
baseline_production = {

acm_certificates = {
remote_desktop_wildcard_and_planetfm_cert = {
cloudwatch_metric_alarms = module.baseline_presets.cloudwatch_metric_alarms.acm
domain_name = "modernisation-platform.service.justice.gov.uk"
external_validation_records_created = true
subject_alternate_names = [
"*.hmpps-domain-services.hmpps-production.modernisation-platform.service.justice.gov.uk",
"*.hmpps-domain.service.justice.gov.uk",
"hmpps-az-gw1.justice.gov.uk",
"*.hmpps-az-gw1.justice.gov.uk",
"*.planetfm.service.justice.gov.uk",
]
tags = {
description = "wildcard cert for hmpps domain load balancer"
}
}

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"
Expand Down

0 comments on commit b043fcb

Please sign in to comment.