hashicorp / hashicorp/packer-plugin-vagrant

Allow configuring output .box file name

Open
#16 0 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
16
Forks
28
PR merge metrics
No merged PRs in 30d

Description

#### Description

`vagrant package` has a `--output NAME` option that allows setting the name of the output .box file.

Currently the Vagrant plugin for Packer [hard-codes this to `package.box`][1]

#### Use Case(s)

This will simplify the amount of out-of-packer processing required, when using the vagrant builder.

#### Potential configuration

```
{
"output_name": "my-name-{{ user `version` }}.box"
}
```

#### Potential References

[the current implementation][1]

[1]: https://github.com/hashicorp/packer-plugin-vagrant/blob/main/builder/vagrant/driver_2_2.go#L83

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.