Skip to content

Commit

Permalink
planetfm: increase prod w-36 disk size (#8083)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Oct 7, 2024
1 parent d66a61f commit cdb92c5
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 @@ -222,7 +222,7 @@ locals {
})
ebs_volumes = {
"/dev/sda1" = { type = "gp3", size = 128 } # root volume
"/dev/sdb" = { type = "gp3", size = 28 }
"/dev/sdb" = { type = "gp3", size = 128 }
}
instance = merge(local.ec2_instances.web.instance, {
disable_api_termination = true
Expand Down

0 comments on commit cdb92c5

Please sign in to comment.