Skip to content

Commit

Permalink
remove tag for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 17, 2024
1 parent 01b12c6 commit 66ef1a9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ resource "azurerm_network_interface" "nic-instances" {
environment = var.tag_environment
resource = var.tag_resource_type
Owner = var.tag_owner
windows = var.active-directory-instance-sku
}
}

Expand Down Expand Up @@ -103,7 +102,6 @@ resource "azurerm_virtual_machine" "active-directory-instance" {
environment = var.tag_environment
resource = var.tag_resource_type
Owner = var.tag_owner
windows = var.active-directory-instance-sku
}
}

Expand All @@ -122,7 +120,6 @@ resource "azurerm_availability_set" "active-directory-instance" {
environment = var.tag_environment
resource = var.tag_resource_type
Owner = var.tag_owner
windows = var.active-directory-instance-sku
}
}

Expand Down

0 comments on commit 66ef1a9

Please sign in to comment.