Skip to content

Commit 001c9b1

Browse files
Update Terraform cloudposse/codebuild/aws to v0.31.0 (#61)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bd2d7ed commit 001c9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ data "aws_region" "default" {
208208

209209
module "codebuild" {
210210
source = "cloudposse/codebuild/aws"
211-
version = "0.30.1"
211+
version = "0.31.0"
212212
build_image = var.build_image
213213
build_compute_type = var.build_compute_type
214214
build_timeout = var.build_timeout

0 commit comments

Comments
 (0)