Skip to content

Commit

Permalink
Merge pull request #21 from clouddrove/Quick-Fix
Browse files Browse the repository at this point in the history
Updated type variable of identity resource in windows VM resource
  • Loading branch information
d4kverma authored May 1, 2023
2 parents b1ac5ac + ed620fd commit 91b8a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ resource "azurerm_windows_virtual_machine" "win_vm" {
for_each = var.identity_enabled ? [1] : []

content {
type = var.vm_type
type = var.sa_type
identity_ids = var.identity_ids
}
}
Expand Down

0 comments on commit 91b8a30

Please sign in to comment.