Skip to content

Commit fd2c674

Browse files
committed
chore(deps): update terraform cloudposse/codebuild/aws to v0.38.0
1 parent f65ff61 commit fd2c674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
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.37.1"
211+
version = "0.38.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)