HashiCups
@hashicorp
The HashiCups plugin is a reference plugin for learning how to use HashiCorp Packer.
- Official
Updated 5 months ago
- GitHub(opens in new tab)
Coffees
Type: hashicups-coffees
The coffees data source is used to fetch all the coffees ids existent in the HashiCups menu.
Required
username
(string) - The username signed up to the Product API.password
(string) - The password for the username signed up to the Product API.
Optional
host
(string) - The Product API host URL. Defaults tolocalhost:19090
OutPut
map
(map[string]string) - A map of coffee name to coffee id.
Example Usage