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 e14f552 commit 3dbf6a5Copy full SHA for 3dbf6a5
code/infra/storage.tf
@@ -3,12 +3,6 @@ resource "azurerm_storage_account" "storage" {
3
location = var.location
4
resource_group_name = azurerm_resource_group.app_rg.name
5
tags = var.tags
6
- identity {
7
- type = "UserAssigned"
8
- identity_ids = [
9
- azurerm_user_assigned_identity.user_assigned_identity.id
10
- ]
11
- }
12
13
access_tier = "Hot"
14
account_kind = "StorageV2"
0 commit comments