mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
make user-facing name for slug be bucket_name
This commit is contained in:
parent
1d915adad1
commit
da301ab844
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ func (p *Parser) decodeHCPRegistry(block *hcl.Block) (*HCPPackerRegistryBlock, h
|
|||
body := block.Body
|
||||
|
||||
var b struct {
|
||||
Slug string `hcl:"slug,optional"`
|
||||
Slug string `hcl:"bucket_name,optional"`
|
||||
Description string `hcl:"description,optional"`
|
||||
Labels map[string]string `hcl:"labels,optional"`
|
||||
Config hcl.Body `hcl:",remain"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue