Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Apr 23, 2024
1 parent bc9a916 commit 9ed44c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/infra/datalake.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "azurerm_storage_account" "storage" {
}

resource "azurerm_storage_container" "storage_container" {
for_each = var.storage_container_names
for_each = toset(var.storage_container_names)

name = each.key
storage_account_name = azurerm_storage_account.storage.name
Expand Down

0 comments on commit 9ed44c7

Please sign in to comment.