Skip to content

Commit

Permalink
docs: correct identity snippet in doc (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb authored Oct 24, 2024
1 parent d8e1590 commit 51bd998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/managed_service_identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "azurerm_linux_virtual_machine" "management_host" {
# ...
identity = {
identity {
type = "SystemAssigned"
}
}
Expand Down

0 comments on commit 51bd998

Please sign in to comment.