Skip to content

Commit 229e636

Browse files
mihaiplesacloudpossebotjoe-niland
authored
set enabled for codebuild module (#100)
* set enabled for codebuild module Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Co-authored-by: Joe Niland <joe@originalmind.com.au>
1 parent 6e6e437 commit 229e636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ data "aws_region" "default" {
211211
}
212212

213213
module "codebuild" {
214+
enabled = module.this.enabled
214215
source = "cloudposse/codebuild/aws"
215216
version = "1.0.0"
216217
build_image = var.build_image

0 commit comments

Comments
 (0)