Update missed variable name (#10653) (#10675)

Co-authored-by: Luis (LT) Carbonell <lt.carbonell@hashicorp.com>
This commit is contained in:
Vault Automation 2025-11-06 16:52:27 -05:00 committed by GitHub
parent 965e279dba
commit 47a7482e42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,6 @@ resource "enos_local_exec" "build" {
GOOS = var.goos
PRERELEASE_VERSION = module.local_metadata.version_pre
VERSION_METADATA = module.local_metadata.version_meta
CUSTOM_BIN_PATH = var.docker_bin_path != null ? abspath("${path.module}/../../../${var.docker_bin_path}") : ""
TARGET_BIN_PATH = var.docker_bin_path != null ? abspath("${path.module}/../../../${var.docker_bin_path}") : ""
}
}