Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 54eb7fc

Browse files
committed
Increase build_compute_type
1 parent f792b8e commit 54eb7fc

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

‎buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
TF_VAR_dns_name: "sls-api.603.nz"
1616
TF_VAR_route53_zone_id: "Z18NTUPI1RKRGC"
1717
TF_VAR_acm_arn: "arn:aws:acm:us-east-1:982898479788:certificate/65811194-cc89-4926-83c3-199c5c0b6e0c"
18+
TF_VAR_build_compute_type: "BUILD_GENERAL1_MEDIUM"
1819
REMOTE_STATE_BUCKET: "603-terraform-remote-state"
1920
parameter-store:
2021
AUTH0_CLIENT_SECRET: "/serverless-node-dynamodb-api/auth0-client-secret"

‎infrastructure/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ module "codebuild_project" {
6060
buildspec = var.buildspec
6161
source_location = var.source_location
6262
cache_bucket = var.cache_bucket
63+
build_compute_type = var.build_compute_type
6364
}
6465

6566
resource "aws_api_gateway_domain_name" "domain" {

‎infrastructure/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ variable "cache_bucket" {
4040
default = ""
4141
}
4242

43+
variable "build_compute_type" {
44+
description = "CodeBuild compute type (e.g. BUILD_GENERAL1_SMALL)"
45+
default = ""
46+
}
47+
4348
variable "dns_name" {
4449
description = "DNS name"
4550
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /