Skip to content

Commit

Permalink
Increase disk of dev-desktop-staging instance
Browse files Browse the repository at this point in the history
The disk of the dev-desktop-staging instance ran full when testing
Podman on the machine.
  • Loading branch information
jdno committed Jul 12, 2023
1 parent a7dd66a commit 39343b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/dev-desktops/regions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "aws_eu_central_1" {
"dev-desktop-staging" = {
instance_type = "t3a.micro"
instance_arch = "amd64"
storage = 25
storage = 250
}
"dev-desktop-eu-1" = {
instance_type = "c6g.8xlarge"
Expand Down

0 comments on commit 39343b6

Please sign in to comment.