Skip to content

Commit ecb7019

Browse files
authored
chore: update storage account to V2 (#87)
1 parent 0e5b922 commit ecb7019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "azurerm_storage_account" "storage" {
44
location = var.location
55
tags = var.additional_tags
66

7-
account_kind = "Storage"
7+
account_kind = "StorageV2"
88
account_tier = "Standard"
99
account_replication_type = "LRS"
1010
allow_nested_items_to_be_public = false

0 commit comments

Comments
 (0)