Skip to content

Commit

Permalink
azurerm_data_protection_backup_instance_postgresql `azurerm_data_pr…
Browse files Browse the repository at this point in the history
…otection_backup_instance_disk` - disable soft delete to fix acctest (#25011)
  • Loading branch information
teowa authored Feb 26, 2024
1 parent 39c8118 commit 5db1ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ resource "azurerm_data_protection_backup_vault" "test" {
location = azurerm_resource_group.test.location
datastore_type = "VaultStore"
redundancy = "LocallyRedundant"
soft_delete = "Off"
identity {
type = "SystemAssigned"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ resource "azurerm_data_protection_backup_vault" "test" {
location = azurerm_resource_group.test.location
datastore_type = "VaultStore"
redundancy = "LocallyRedundant"
soft_delete = "Off"
identity {
type = "SystemAssigned"
Expand Down

0 comments on commit 5db1ef3

Please sign in to comment.