Skip to content

Commit

Permalink
planetfm(pd): add instance pd-cafm-a-13-a (#4620)
Browse files Browse the repository at this point in the history
  • Loading branch information
keirwilliams authored Jan 18, 2024
1 parent 582b113 commit feef8f0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions terraform/environments/planetfm/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,30 @@ locals {
create_external_record = true
}
})
pd-cafm-a-13-a = merge(local.defaults_app_ec2, {
config = merge(local.defaults_app_ec2.config, {
ami_name = "pd-cafm-a-13-a"
availability_zone = "${local.region}a"
})
instance = merge(local.defaults_app_ec2.instance, {
instance_type = "t3.xlarge"
})
ebs_volumes = {
"/dev/sda1" = { type = "gp3", size = 128 } # root volume
"/dev/sdb" = { type = "gp3", size = 28 }
}
tags = {
description = "RDS Session Host and CAFM App Server. Copy of PDFAW0013"
app-config-status = "pending"
os-type = "Windows"
ami = "pd-cafm-a-13-a"
component = "app"
}
route53_records = {
create_internal_record = true
create_external_record = true
}
})
pd-cafm-a-14-b = merge(local.defaults_app_ec2, {
config = merge(local.defaults_app_ec2.config, {
ami_name = "pd-cafm-a-14-b"
Expand Down

0 comments on commit feef8f0

Please sign in to comment.