Skip to content

Commit

Permalink
remove unused ACM cert
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Dec 16, 2024
1 parent d3710a1 commit 5d82f46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
16 changes: 0 additions & 16 deletions terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@ locals {
# please keep resources in alphabetical order
baseline_preproduction = {

acm_certificates = {
planetfm_wildcard_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 = [
"*.pp.planetfm.service.justice.gov.uk",
"pp-cafmwebx.az.justice.gov.uk",
"pp-cafmtx.az.justice.gov.uk",
]
tags = {
description = "wildcard cert for planetfm preproduction domains"
}
}
}

ec2_instances = {

# app servers
Expand Down
18 changes: 0 additions & 18 deletions terraform/environments/planetfm/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ locals {
# please keep resources in alphabetical order
baseline_production = {

acm_certificates = {
planetfm_wildcard_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 = [
"*.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",
]
tags = {
description = "wildcard cert for planetfm production domains"
}
}
}

ec2_instances = {
# app servers
pd-cafm-a-10-b = merge(local.ec2_instances.app, {
Expand Down

0 comments on commit 5d82f46

Please sign in to comment.