fix: add or update var names for consistency

This commit is contained in:
AJ Schroeder
2025-06-10 15:17:51 -05:00
parent 7222245436
commit f87e61ab80
2 changed files with 11 additions and 10 deletions

View File

@@ -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