Commit 87c1ebad authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #503 from zimbatm/fix/vagrant-aws-instance

post-processor/vagrant: support instance store AMIs [GH-503]
parents e54a723f a3042673
......@@ -12,9 +12,10 @@ import (
)
var builtins = map[string]string{
"mitchellh.amazonebs": "aws",
"mitchellh.virtualbox": "virtualbox",
"mitchellh.vmware": "vmware",
"mitchellh.amazonebs": "aws",
"mitchellh.amazon.instance": "aws",
"mitchellh.virtualbox": "virtualbox",
"mitchellh.vmware": "vmware",
}
type Config struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment