Skip to content

Commit 3dbf6a5

Browse files
committed
Remmove identity from storage
1 parent e14f552 commit 3dbf6a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

code/infra/storage.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ resource "azurerm_storage_account" "storage" {
33
location = var.location
44
resource_group_name = azurerm_resource_group.app_rg.name
55
tags = var.tags
6-
identity {
7-
type = "UserAssigned"
8-
identity_ids = [
9-
azurerm_user_assigned_identity.user_assigned_identity.id
10-
]
11-
}
126

137
access_tier = "Hot"
148
account_kind = "StorageV2"

0 commit comments

Comments
 (0)