Skip to content

Commit

Permalink
terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Feb 25, 2022
1 parent 40f8353 commit d58c8d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ resource "azuread_service_principal" "test" {
resource "azurerm_storage_data_lake_gen2_filesystem" "test" {
name = "acctest-%[2]d"
storage_account_id = azurerm_storage_account.test.id
owner = azuread_service_principal.test.object_id
group = azuread_service_principal.test.object_id
owner = azuread_service_principal.test.object_id
group = azuread_service_principal.test.object_id
}
`, template, data.RandomInteger)
}

0 comments on commit d58c8d7

Please sign in to comment.