Skip to content

Commit

Permalink
production acm cert for planetfm (#4285)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Dec 11, 2023
1 parent 3e6ae04 commit febe58d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions terraform/environments/planetfm/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,22 @@ locals {
]
}
}
baseline_acm_certificates = {
planetfm_wildcard_cert = {
domain_name = module.environment.domains.public.modernisation_platform
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",
]
external_validation_records_created = false
cloudwatch_metric_alarms = module.baseline_presets.cloudwatch_metric_alarms.acm
tags = {
description = "wildcard cert for planetfm ${local.environment} domains"
}
}
}
}
}

0 comments on commit febe58d

Please sign in to comment.