|
@@ -15,8 +15,9 @@ resource "aws_codebuild_project" "this_no_artifact" {
|
|
|
type = "GITHUB_ENTERPRISE"
|
|
|
location = data.github_repository.this.http_clone_url
|
|
|
report_build_status = true
|
|
|
+ git_clone_depth = 1
|
|
|
git_submodules_config {
|
|
|
- fetch_submodules = false
|
|
|
+ fetch_submodules = var.fetch_submodules
|
|
|
}
|
|
|
}
|
|
|
|