Skip to content

Commit

Permalink
Merge pull request #417 from jdno/resize-dev-desktops
Browse files Browse the repository at this point in the history
Increase disk size of dev-desktops
  • Loading branch information
jdno authored Jun 6, 2024
2 parents c40794e + 338845b commit 12be3fc
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform/dev-desktops/regions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "aws_eu_central_1" {
"dev-desktop-eu-1" = {
instance_type = "c6g.8xlarge"
instance_arch = "arm64"
storage = 1000
storage = 2000
}
}
}
Expand All @@ -28,7 +28,7 @@ module "aws_us_east_1" {
"dev-desktop-us-1" = {
instance_type = "c7g.8xlarge"
instance_arch = "arm64"
storage = 1000
storage = 2000
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs = {
instances = {
"dev-desktop-eu-2" = {
instance_type = "Standard_F32s_v2"
storage = 1000
storage = 2048
}
}
}
22 changes: 22 additions & 0 deletions terragrunt/accounts/dev-desktops-prod/westus2/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs = {
instances = {
"dev-desktop-us-2" = {
instance_type = "Standard_F32s_v2"
storage = 1000
storage = 2048
}
}
}

0 comments on commit 12be3fc

Please sign in to comment.