diff --git a/builds/common.pkrvars.hcl.example b/builds/common.pkrvars.hcl.example index 64c7e1e..722096c 100644 --- a/builds/common.pkrvars.hcl.example +++ b/builds/common.pkrvars.hcl.example @@ -11,12 +11,14 @@ common_iso_storage = "OS" vm_storage_pool = "pool0" // Boot and Provisioning Settings -common_data_source = "http" -common_http_ip = null -common_http_port_min = 8000 -common_http_port_max = 8099 -common_ip_wait_timeout = "20m" -common_shutdown_timeout = "15m" +common_data_source = "http" +common_http_interface = null +common_http_bind_address = null +common_http_port_min = 8000 +common_http_port_max = 8099 +common_ip_wait_timeout = "20m" +common_shutdown_timeout = "15m" // HCP Packer common_hcp_packer_registry_enabled = false + diff --git a/builds/proxmox.pkrvars.hcl.example b/builds/proxmox.pkrvars.hcl.example index 16a26e9..ceba91b 100644 --- a/builds/proxmox.pkrvars.hcl.example +++ b/builds/proxmox.pkrvars.hcl.example @@ -5,11 +5,10 @@ */ // Proxmox Credentials -proxmox_api_url = "" proxmox_api_token_id = "name@realm!token" proxmox_api_token_secret = "" proxmox_insecure_connection = false -// Proxmox Settings -proxmox_node = "" -proxmox_hostname = "" +// Proxmox Specific Settings +proxmox_hostname = "" +proxmox_node = ""