From 6f6e79853e818952e1bf0544c439be58e435f0c7 Mon Sep 17 00:00:00 2001 From: xuwu1 Date: Thu, 22 Feb 2024 18:00:29 +0800 Subject: [PATCH] terrafmt --- .../services/automation/automation_account_resource_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/services/automation/automation_account_resource_test.go b/internal/services/automation/automation_account_resource_test.go index 7b0025310067..322089b95089 100644 --- a/internal/services/automation/automation_account_resource_test.go +++ b/internal/services/automation/automation_account_resource_test.go @@ -453,6 +453,8 @@ func (a AutomationAccountResource) encryption_userIdentity(data acceptance.TestD return fmt.Sprintf(` + + %s resource "azurerm_user_assigned_identity" "test" { @@ -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) }