Skip to content

Commit 65b7198

Browse files
committed
lint
1 parent 622d68e commit 65b7198

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

internal/services/loganalytics/log_analytics_workspace_resource_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -894,11 +894,11 @@ resource "azurerm_resource_group" "test" {
894894
}
895895
896896
resource "azurerm_log_analytics_workspace" "test" {
897-
name = "acctestLAW-%d"
898-
location = azurerm_resource_group.test.location
899-
resource_group_name = azurerm_resource_group.test.name
900-
sku = "PerGB2018"
901-
retention_in_days = 30
897+
name = "acctestLAW-%d"
898+
location = azurerm_resource_group.test.location
899+
resource_group_name = azurerm_resource_group.test.name
900+
sku = "PerGB2018"
901+
retention_in_days = 30
902902
local_authentication_enabled = %[4]t
903903
}
904904
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger, localAuthEnabled)

0 commit comments

Comments
 (0)