F5Networks / terraform-azure-bigip-module

Terraform module for Deploying BIG-IP in azure
Apache License 2.0
9 stars 23 forks source link

Added tags support to VM extensions resource #53

Closed vrvaderom closed 1 year ago

vrvaderom commented 1 year ago

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.

RavinderReddyF5 commented 1 year ago

@vrvaderom thanks for your PR

vrvaderom commented 1 year ago

Any chance to see this merged in the near future? No conflicts, no significant backward compatibility issues (IMO)

Thanks!