fix: add or update var names for consistency
This commit is contained in:
@@ -5,11 +5,10 @@
|
||||
*/
|
||||
|
||||
// Proxmox Credentials
|
||||
proxmox_api_url = "<FQDN or IP of proxmox server>"
|
||||
proxmox_api_token_id = "name@realm!token"
|
||||
proxmox_api_token_secret = "<token secret>"
|
||||
proxmox_insecure_connection = false
|
||||
|
||||
// Proxmox Settings
|
||||
proxmox_node = "<proxmox node name>"
|
||||
proxmox_hostname = "<proxmox hostname>"
|
||||
// Proxmox Specific Settings
|
||||
proxmox_hostname = "<FQDN or IP of proxmox server>"
|
||||
proxmox_node = "<proxmox node name>"
|
||||
|
||||
Reference in New Issue
Block a user