Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Aug 22, 2024
1 parent 209bac1 commit 47e3628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ locals {
})
tags = merge(local.ec2_instances.web.tags, {
ami = "pp-cafm-w-4-b"
cert-cn = "*.pp.planetfm.service.justice.gov.uk"
cert-cn = "cafmwebx.pp.planetfm.service.justice.gov.uk"
description = "Web Portal Server"
instance-scheduling = "skip-scheduling"
pre-migration = "PPFWW0004"
Expand All @@ -142,7 +142,7 @@ locals {
})
tags = merge(local.ec2_instances.web.tags, {
ami = "pp-cafm-w-5-a"
cert-cn = "*.pp.planetfm.service.justice.gov.uk"
cert-cn = "cafmwebx.pp.planetfm.service.justice.gov.uk"
description = "Migrated server PPFWW0005 Web Portal Server"
instance-scheduling = "skip-scheduling"
pre-migration = "PPFWW0005"
Expand Down
6 changes: 3 additions & 3 deletions terraform/environments/planetfm/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ locals {
})
tags = {
ami = "pd-cafm-w-36-b"
cert-cn = "*.planetfm.service.justice.gov.uk"
cert-cn = "cafmwebx2.planetfm.service.justice.gov.uk"
description = "CAFM Asset Management"
pre-migration = "PDFWW00036"
update-ssm-agent = "patchgroup2"
Expand Down Expand Up @@ -251,7 +251,7 @@ locals {
})
tags = {
ami = "pd-cafm-w-37-a"
cert-cn = "*.planetfm.service.justice.gov.uk"
cert-cn = "cafmwebx2.planetfm.service.justice.gov.uk"
description = "CAFM Assessment Management"
pre-migration = "PFWW00037"
update-ssm-agent = "patchgroup1"
Expand Down Expand Up @@ -280,7 +280,7 @@ locals {
})
tags = {
ami = "pd-cafm-w-38-b"
cert-cn = "*.planetfm.service.justice.gov.uk"
cert-cn = "cafmtrainweb.planetfm.service.justice.gov.uk"
description = "CAFM Web Training"
pre-migration = "PDFWW3QCP660001"
update-ssm-agent = "patchgroup2"
Expand Down

0 comments on commit 47e3628

Please sign in to comment.