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 40cb97f commit 36b8aa2Copy full SHA for 36b8aa2
locals.tf
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: Apache-2.0
3
4
locals {
5
- archive_path = "${path.module}/build/src"
+ archive_path = "build/src"
6
7
cloudwatch = {
8
codebuild_log_group_prefix = "/aws/codebuild"
0 commit comments