Skip to content

Commit 1ae948a

Browse files
committed
terrafmt
1 parent aa30722 commit 1ae948a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

internal/services/dataprotection/data_protection_backup_instance_data_lake_storage_resource_test.go

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ func (r DataProtectionBackupInstanceDataLakeStorageResource) basic(data acceptan
197197
%s
198198
199199
resource "azurerm_data_protection_backup_instance_data_lake_storage" "test" {
200-
name = "acctest-dbi-%d"
201-
data_protection_backup_vault_id = azurerm_data_protection_backup_vault.test.id
202-
location = azurerm_resource_group.test.location
203-
storage_account_id = azurerm_storage_account.test.id
200+
name = "acctest-dbi-%d"
201+
data_protection_backup_vault_id = azurerm_data_protection_backup_vault.test.id
202+
location = azurerm_resource_group.test.location
203+
storage_account_id = azurerm_storage_account.test.id
204204
backup_policy_data_lake_storage_id = azurerm_data_protection_backup_policy_data_lake_storage.test.id
205-
storage_container_names = [azurerm_storage_container.test.name]
205+
storage_container_names = [azurerm_storage_container.test.name]
206206
207207
depends_on = [azurerm_role_assignment.test]
208208
}
@@ -214,12 +214,12 @@ func (r DataProtectionBackupInstanceDataLakeStorageResource) requiresImport(data
214214
%s
215215
216216
resource "azurerm_data_protection_backup_instance_data_lake_storage" "import" {
217-
name = azurerm_data_protection_backup_instance_data_lake_storage.test.name
218-
data_protection_backup_vault_id = azurerm_data_protection_backup_instance_data_lake_storage.test.data_protection_backup_vault_id
219-
location = azurerm_data_protection_backup_instance_data_lake_storage.test.location
220-
storage_account_id = azurerm_data_protection_backup_instance_data_lake_storage.test.storage_account_id
217+
name = azurerm_data_protection_backup_instance_data_lake_storage.test.name
218+
data_protection_backup_vault_id = azurerm_data_protection_backup_instance_data_lake_storage.test.data_protection_backup_vault_id
219+
location = azurerm_data_protection_backup_instance_data_lake_storage.test.location
220+
storage_account_id = azurerm_data_protection_backup_instance_data_lake_storage.test.storage_account_id
221221
backup_policy_data_lake_storage_id = azurerm_data_protection_backup_instance_data_lake_storage.test.backup_policy_data_lake_storage_id
222-
storage_container_names = azurerm_data_protection_backup_instance_data_lake_storage.test.storage_container_names
222+
storage_container_names = azurerm_data_protection_backup_instance_data_lake_storage.test.storage_container_names
223223
224224
depends_on = [azurerm_role_assignment.test]
225225
}
@@ -231,12 +231,12 @@ func (r DataProtectionBackupInstanceDataLakeStorageResource) complete(data accep
231231
%s
232232
233233
resource "azurerm_data_protection_backup_instance_data_lake_storage" "test" {
234-
name = "acctest-dbi-%d"
235-
data_protection_backup_vault_id = azurerm_data_protection_backup_vault.test.id
236-
location = azurerm_resource_group.test.location
237-
storage_account_id = azurerm_storage_account.test.id
234+
name = "acctest-dbi-%d"
235+
data_protection_backup_vault_id = azurerm_data_protection_backup_vault.test.id
236+
location = azurerm_resource_group.test.location
237+
storage_account_id = azurerm_storage_account.test.id
238238
backup_policy_data_lake_storage_id = azurerm_data_protection_backup_policy_data_lake_storage.another.id
239-
storage_container_names = [azurerm_storage_container.test.name, azurerm_storage_container.another.name]
239+
storage_container_names = [azurerm_storage_container.test.name, azurerm_storage_container.another.name]
240240
241241
depends_on = [azurerm_role_assignment.test]
242242
}
@@ -248,12 +248,12 @@ func (r DataProtectionBackupInstanceDataLakeStorageResource) update(data accepta
248248
%s
249249
250250
resource "azurerm_data_protection_backup_instance_data_lake_storage" "test" {
251-
name = "acctest-dbi-%d"
252-
data_protection_backup_vault_id = azurerm_data_protection_backup_vault.test.id
253-
location = azurerm_resource_group.test.location
254-
storage_account_id = azurerm_storage_account.test.id
251+
name = "acctest-dbi-%d"
252+
data_protection_backup_vault_id = azurerm_data_protection_backup_vault.test.id
253+
location = azurerm_resource_group.test.location
254+
storage_account_id = azurerm_storage_account.test.id
255255
backup_policy_data_lake_storage_id = azurerm_data_protection_backup_policy_data_lake_storage.another.id
256-
storage_container_names = [azurerm_storage_container.test.name, azurerm_storage_container.another.name]
256+
storage_container_names = [azurerm_storage_container.test.name, azurerm_storage_container.another.name]
257257
258258
depends_on = [azurerm_role_assignment.test]
259259
}

0 commit comments

Comments
 (0)