Yuki Takei 3 лет назад
Родитель
Сommit
c4c410f65f

+ 1 - 0
packages/app/docker/codebuild/codebuild.tf

@@ -16,6 +16,7 @@ module "codebuild" {
 
   # https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html
   build_image         = "aws/codebuild/amazonlinux2-x86_64-standard:3.0"
+  build_compute_type  = "BUILD_GENERAL1_LARGE"
 
   privileged_mode     = true
 

+ 2 - 2
packages/app/docker/codebuild/terraform.tfstate

@@ -1,7 +1,7 @@
 {
   "version": 4,
   "terraform_version": "1.3.7",
-  "serial": 183,
+  "serial": 185,
   "lineage": "7413839f-c67c-02f5-4933-fcb84251bb29",
   "outputs": {},
   "resources": [
@@ -325,7 +325,7 @@
             "environment": [
               {
                 "certificate": "",
-                "compute_type": "BUILD_GENERAL1_SMALL",
+                "compute_type": "BUILD_GENERAL1_LARGE",
                 "environment_variable": [
                   {
                     "name": "AWS_REGION",