variables name fix

This commit is contained in:
tolerryan
2025-11-04 00:26:45 -06:00
parent c91022ae35
commit e2e4979c28

View File

@@ -55,7 +55,7 @@ resource "proxmox_lxc" "wikmd" {
}
provisioner "local-exec" {
command = "curl -k -X POST https://192.168.0.143:5000/setupansible/${var.host}/${var.ip} -H \"Authorization: Bearer ${flask_token}\""
command = "curl -k -X POST https://192.168.0.143:5000/setupansible/${var.hostname}/${var.ip} -H \"Authorization: Bearer ${flask_token}\""
}
}