jjmerelo
jjmerelo

Reputation: 23537

Why does Vagrant require dummy boxes with cloud providers?

Apparently, you need a "dummy" box with Vagrant when you are going to configure cloud providers

There are some differences though, since the Azure box seems to actually be functional, while the GCE and AWS need to be superseded by issuing, within the Vagrantfile, the ID of an image to download.

The question is, why is this needed? Is it a hack to make cloud providers work with Vagrant? What is actually done with the dummy box in the last two cases? Is it actually uploaded and then ditched for the actual image that is provided?

Upvotes: 1

Views: 182

Answers (0)

Related Questions