vagrant-azure icon indicating copy to clipboard operation
vagrant-azure copied to clipboard

Add tags support to provider options

Open erkiesken opened this issue 8 years ago • 3 comments

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/

erkiesken avatar May 20 '16 12:05 erkiesken

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?

devigned avatar May 20 '16 15:05 devigned

That sounds good, that there would be a default of {provisioner: vagrant} and any custom ones (including custom provisioner) would be merged into it.

erkiesken avatar May 23 '16 12:05 erkiesken

+1 for that one

avishnyakov avatar May 30 '16 05:05 avishnyakov