We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00ffce commit 9486983Copy full SHA for 9486983
1 file changed
infra/locals.paths.tf
@@ -5,7 +5,6 @@ locals {
5
repo_root = abspath("${path.root}/..")
6
app_dir = "${local.repo_root}/app"
7
bootstrap_dir = "${local.repo_root}/bootstrap"
8
- scripts_dir = "${local.repo_root}/scripts"
9
build_dir = "${local.repo_root}/build"
10
11
app_zip_path = "${local.build_dir}/app.zip"
0 commit comments