fix: add or update var names for consistency
This commit is contained in:
@@ -11,12 +11,14 @@ common_iso_storage = "OS"
|
|||||||
vm_storage_pool = "pool0"
|
vm_storage_pool = "pool0"
|
||||||
|
|
||||||
// Boot and Provisioning Settings
|
// Boot and Provisioning Settings
|
||||||
common_data_source = "http"
|
common_data_source = "http"
|
||||||
common_http_ip = null
|
common_http_interface = null
|
||||||
common_http_port_min = 8000
|
common_http_bind_address = null
|
||||||
common_http_port_max = 8099
|
common_http_port_min = 8000
|
||||||
common_ip_wait_timeout = "20m"
|
common_http_port_max = 8099
|
||||||
common_shutdown_timeout = "15m"
|
common_ip_wait_timeout = "20m"
|
||||||
|
common_shutdown_timeout = "15m"
|
||||||
|
|
||||||
// HCP Packer
|
// HCP Packer
|
||||||
common_hcp_packer_registry_enabled = false
|
common_hcp_packer_registry_enabled = false
|
||||||
|
|
||||||
|
|||||||
@@ -5,11 +5,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Proxmox Credentials
|
// Proxmox Credentials
|
||||||
proxmox_api_url = "<FQDN or IP of proxmox server>"
|
|
||||||
proxmox_api_token_id = "name@realm!token"
|
proxmox_api_token_id = "name@realm!token"
|
||||||
proxmox_api_token_secret = "<token secret>"
|
proxmox_api_token_secret = "<token secret>"
|
||||||
proxmox_insecure_connection = false
|
proxmox_insecure_connection = false
|
||||||
|
|
||||||
// Proxmox Settings
|
// Proxmox Specific Settings
|
||||||
proxmox_node = "<proxmox node name>"
|
proxmox_hostname = "<FQDN or IP of proxmox server>"
|
||||||
proxmox_hostname = "<proxmox hostname>"
|
proxmox_node = "<proxmox node name>"
|
||||||
|
|||||||
Reference in New Issue
Block a user