Skip to content

Commit

Permalink
Added new storage container for dqt integrations (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevJoy authored Nov 11, 2024
1 parent 8dd219b commit 1414c18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/aks/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ resource "azurerm_storage_container" "uploads" {
storage_account_name = azurerm_storage_account.app_storage.name
container_access_type = "private"
}

resource "azurerm_storage_container" "dqt-integrations" {
name = "dqt-integrations"
storage_account_name = azurerm_storage_account.app_storage.name
container_access_type = "private"
}

0 comments on commit 1414c18

Please sign in to comment.