Skip to content

Commit

Permalink
Merge pull request #315 from jdno/increase-dev-desktop-staging-disk
Browse files Browse the repository at this point in the history
Increase disk of dev-desktop-staging instance
  • Loading branch information
jdno authored Jul 12, 2023
2 parents e554c57 + 39343b6 commit 440bc95
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 440bc95

Please sign in to comment.