Skip to content

Instantly share code, notes, and snippets.

@kunalworldwide
Created October 12, 2022 10:49
Show Gist options
  • Save kunalworldwide/6393e7d328c5c96648193796e2e107d6 to your computer and use it in GitHub Desktop.
Save kunalworldwide/6393e7d328c5c96648193796e2e107d6 to your computer and use it in GitHub Desktop.
resource "azurerm_storage_container" "DataLakeContainer" {
for_each = "DataLake Container"
name = each.key
storage_account_name = azurerm_storage_account.DataLake.name
container_access_type = "private"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment