History rewrite
This commit is contained in:
19
builds/common.pkrvars.hcl.example
Normal file
19
builds/common.pkrvars.hcl.example
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
DESCRIPTION:
|
||||
Common variables used for all builds.
|
||||
- Variables are use by the source blocks.
|
||||
*/
|
||||
|
||||
// Removable Media Settings
|
||||
common_iso_storage = "OS"
|
||||
|
||||
// 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"
|
||||
|
||||
// HCP Packer
|
||||
common_hcp_packer_registry_enabled = false
|
||||
Reference in New Issue
Block a user