From d09a68904a9a2d1102303077ecc43ae387984a08 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Thu, 30 May 2024 11:11:37 -0400 Subject: [PATCH] updating builder image --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 60e227c..cd02820 100644 --- a/main.tf +++ b/main.tf @@ -35,6 +35,7 @@ module "main" { source_repo_branch = "main" create_new_repo = true create_new_role = true + builder_image = "aws/codebuild/amazonlinux2-x86_64-standard:5.0" build_permissions_iam_doc = data.aws_iam_policy_document.s3_access build_environment_variables = [ for proxy_var in keys(local.proxy_env_vars) :