vagrant-azure
vagrant-azure copied to clipboard
Add tags support to provider options
It would be nice to be able to provide some tag values within Vagrantfile so all the created resources that support tags would be tagged. That would make finding and reporting on Vagrant-created resources much easier in the portal and any custom management tooling.
For reference: https://azure.microsoft.com/en-gb/documentation/articles/resource-group-using-tags/
Should the tags be custom definable in the Vagrant file?
Perhaps, all the resources are tagged with {provisioner: vagrant}. The vagrant file could have a tags
hash attribute exposed, and would be merged with the default tags
.
Thoughts?
That sounds good, that there would be a default of {provisioner: vagrant}
and any custom ones (including custom provisioner
) would be merged into it.
+1 for that one