Skip to content

Commit

Permalink
bump codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur committed Nov 10, 2023
1 parent 1bca737 commit 6a565a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ data "aws_region" "default" {
module "codebuild" {
enabled = module.this.enabled
source = "cloudposse/codebuild/aws"
version = "2.0.0"
version = "2.0.1"
build_image = var.build_image
build_compute_type = var.build_compute_type
build_timeout = var.build_timeout
Expand Down

0 comments on commit 6a565a5

Please sign in to comment.