aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2022-12-16 06:37:02 -0600
committerKelley Spoon <kelley.spoon@linaro.org>2022-12-16 06:37:02 -0600
commit4cd5b47641fcf5523d809eae5f543a2b793e2027 (patch)
treeded508defaca1030c299695d06b090ab1e43fa7e
parent1ebe32f7b33a34e6ce272b61b7d56113977e83c6 (diff)
git-us: add 500GB to the server
Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org> Change-Id: I8e634643ae3e79b5e7ba87f5c8aa7d92d4cf155e
-rw-r--r--git-us-east-1/git.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-us-east-1/git.tf b/git-us-east-1/git.tf
index 41e806b..e4b1424 100644
--- a/git-us-east-1/git.tf
+++ b/git-us-east-1/git.tf
@@ -88,7 +88,7 @@ module "git-us" {
git_server_type = "r5a.xlarge"
ebs_optimized = "false"
instance_profile_name = "ExitProcessInstanceRole"
- volume_size = 1000
+ volume_size = 1500
user_data = "${module.git-us-config.user_data}"
git_subnet_id = "${data.terraform_remote_state.vpc.us-ctt-subnet-id}"
git_security_groups = "${local.ctt_sg_id};${local.ctt_git_sg_id};${local.ctt_web_sg_id};${local.ctt_gerrit_sg_id}"