Skip to content
Next Next commit
set enabled for codebuild module
  • Loading branch information
mihaiplesa committed Oct 14, 2022
commit 493ae8f468b247a33c207852582156bcf56a5209
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ data "aws_region" "default" {
}

module "codebuild" {
enabled = module.this.enabled
source = "cloudposse/codebuild/aws"
version = "1.0.0"
build_image = var.build_image
Expand Down