Skip to content

Commit

Permalink
updating builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed May 30, 2024
1 parent f21e25a commit d09a689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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) :
Expand Down

0 comments on commit d09a689

Please sign in to comment.