From f737bb8748f3bab379183dcb928833bc55b591f8 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:18:47 +0100 Subject: [PATCH] fix: codebuild runner size --- terragrunt/modules/ci-runners/codebuild.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/modules/ci-runners/codebuild.tf b/terragrunt/modules/ci-runners/codebuild.tf index 84b80204..54b8d511 100644 --- a/terragrunt/modules/ci-runners/codebuild.tf +++ b/terragrunt/modules/ci-runners/codebuild.tf @@ -168,7 +168,7 @@ resource "aws_codebuild_project" "ubuntu_22_36c" { build_timeout = 60 * 6 // 6 hours environment { - compute_type = "BUILD_GENERAL1_2XLARGE" + compute_type = "BUILD_GENERAL1_XLARGE" // ubuntu 22 image = "aws/codebuild/standard:7.0-24.10.29" type = "LINUX_CONTAINER"