Currently VM Extension resource does not apply the tags provided in the module variables, the way other resources do.
This causes issues when running in environments with tag policies in place, causing false-positive "changed" behavior.
This PR fixes this by adding tags block the same way as it applied to the rest of the resources in the module that support tags.
Currently VM Extension resource does not apply the tags provided in the module variables, the way other resources do. This causes issues when running in environments with tag policies in place, causing false-positive "changed" behavior.
This PR fixes this by adding tags block the same way as it applied to the rest of the resources in the module that support tags.