mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
template.pkr.hcl: fix wrong variable name
This commit is contained in:
parent
1eec2460ba
commit
cb26de726e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ build {
|
|||
# Install VictoriaMetrics
|
||||
provisioner "shell" {
|
||||
environment_vars = [
|
||||
"VM_VER=${var.victoriametrics_version}",
|
||||
"VM_VERSION=${var.victoriametrics_version}",
|
||||
"DEBIAN_FRONTEND=noninteractive"
|
||||
]
|
||||
scripts = [
|
||||
|
|
Loading…
Reference in a new issue