Skip to content

Commit 36b8aa2

Browse files
Fix: TF path module (#8)
* fix: remove path.module from archive_path local variable * refactor: remove dot in path
1 parent 40cb97f commit 36b8aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
locals {
5-
archive_path = "${path.module}/build/src"
5+
archive_path = "build/src"
66

77
cloudwatch = {
88
codebuild_log_group_prefix = "/aws/codebuild"

0 commit comments

Comments
 (0)