We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5b922 commit ecb7019Copy full SHA for ecb7019
main.tf
@@ -4,7 +4,7 @@ resource "azurerm_storage_account" "storage" {
4
location = var.location
5
tags = var.additional_tags
6
7
- account_kind = "Storage"
+ account_kind = "StorageV2"
8
account_tier = "Standard"
9
account_replication_type = "LRS"
10
allow_nested_items_to_be_public = false
0 commit comments