Skip to content

Commit

Permalink
terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Feb 22, 2024
1 parent 0636c6c commit 6f6e798
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ func (a AutomationAccountResource) encryption_userIdentity(data acceptance.TestD
return fmt.Sprintf(`
%s
resource "azurerm_user_assigned_identity" "test" {
Expand Down Expand Up @@ -486,7 +488,7 @@ resource "azurerm_automation_account" "test" {
}
local_authentication_enabled = false
depends_on = [azurerm_role_assignment.test2]
depends_on = [azurerm_role_assignment.test2]
}
`, a.encryption_template(data), data.RandomInteger)
}
Expand Down

0 comments on commit 6f6e798

Please sign in to comment.