From f87ec5521b0319efc969ece9bb9564735bec6d75 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Jan 2021 01:06:08 +0000 Subject: [PATCH] Update Terraform cloudposse/codebuild/aws to v0.28.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 5f2a391..296085f 100644 --- a/main.tf +++ b/main.tf @@ -208,7 +208,7 @@ data "aws_region" "default" { module "codebuild" { source = "cloudposse/codebuild/aws" - version = "0.27.0" + version = "0.28.0" build_image = var.build_image build_compute_type = var.build_compute_type build_timeout = var.build_timeout