mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
template.pkr.hcl: fix wrong variable name
This commit is contained in:
parent
1eec2460ba
commit
cb26de726e
@ -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 New Issue
Block a user