We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db24341 commit fa954b7Copy full SHA for fa954b7
modules/codebuild/main.tf
@@ -33,7 +33,7 @@ resource "aws_codebuild_project" "this" {
33
34
source {
35
type = "CODEPIPELINE"
36
- buildspec = file("${path.module}/buildspecs/${var.build_spec}")
+ buildspec = var.build_spec
37
git_clone_depth = 0
38
insecure_ssl = false
39
report_build_status = false
0 commit comments