Skip to content

Commit fa954b7

Browse files
committed
update codebuild module
1 parent db24341 commit fa954b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/codebuild/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "aws_codebuild_project" "this" {
3333

3434
source {
3535
type = "CODEPIPELINE"
36-
buildspec = file("${path.module}/buildspecs/${var.build_spec}")
36+
buildspec = var.build_spec
3737
git_clone_depth = 0
3838
insecure_ssl = false
3939
report_build_status = false

0 commit comments

Comments
 (0)