Skip to content

Commit

Permalink
set enabled for codebuild module (#100)
Browse files Browse the repository at this point in the history
* set enabled for codebuild module

Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
Co-authored-by: Joe Niland <joe@originalmind.com.au>
  • Loading branch information
3 people committed Oct 19, 2022
1 parent 6e6e437 commit 229e636
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 229e636

Please sign in to comment.