Skip to content

Commit

Permalink
PlanetFM: increase instance size for w-36 (#8081)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Oct 7, 2024
1 parent 3f65a3a commit b47254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ locals {
}
instance = merge(local.ec2_instances.web.instance, {
disable_api_termination = true
instance_type = "t3.xlarge"
instance_type = "t3.2xlarge"
})
tags = {
ami = "pd-cafm-w-36-b"
Expand Down

0 comments on commit b47254c

Please sign in to comment.