Skip to content

Commit

Permalink
storagecache - fix tests for 4.0 (#26947)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry authored Aug 6, 2024
1 parent f988645 commit 3c448c4
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,15 @@ data "azuread_service_principal" "test" {
}
resource "azurerm_storage_account" "test" {
name = "accteststorgacc%[3]s"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
account_tier = "Standard"
account_kind = "StorageV2"
account_replication_type = "LRS"
is_hns_enabled = true
nfsv3_enabled = true
enable_https_traffic_only = false
name = "accteststorgacc%[3]s"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
account_tier = "Standard"
account_kind = "StorageV2"
account_replication_type = "LRS"
is_hns_enabled = true
nfsv3_enabled = true
https_traffic_only_enabled = false
network_rules {
default_action = "Deny"
virtual_network_subnet_ids = [azurerm_subnet.test.id]
Expand Down

0 comments on commit 3c448c4

Please sign in to comment.