-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Unable to use http_interface with Proxmox provider #10369
Copy link
Copy link
Closed
hashicorp/packer-plugin-sdk
#2Closed
Copy link
Description
When specifying "http_interface" with the packer provider, and not specifying any "http_bind_address", it results in the error:
either http_interface of http_bind_address can be specified
Expected behavior:
- Error message should say "or" instead of "of" if these options are actually mutually exclusive
- When only http_interface is specified in the configuration, this error message does not appear, but it just obtains the IP address from the specified interface
Workaround: use http_bind_address instead of http_interface. I would prefer http_interface was functional, however this is getting me by for now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels