Azure / terraform-azurerm-avm-res-azurestackhci-virtualmachineinstance

MIT License
3 stars 2 forks source link

[AVM Module Issue]: Tags variable not working #13

Open brmcsorley opened 1 week ago

brmcsorley commented 1 week ago

Check for previous/existing GitHub issues

Issue Type?

Bug

(Optional) Module Version

No response

(Optional) Correlation Id

No response

Description

Adding tags = var.tags when referencing module does not work. TF files in AVM module for resource creation are missing a tags variable.

hybrid_compute_machine, nic, and domain_join resources are affected.

  module "vm" { source = "Azure/avm-res-azurestackhci-virtualmachineinstance/azurerm" version = "0.1.1" [other variables here] tags = var.tags }

JonAtWork7 commented 1 week ago

I am also having this issue. Tags are declared but never used. This is causing issues for us because we have several tagging policies. Can this be fixed?