Skip to content

Commit

Permalink
st added
Browse files Browse the repository at this point in the history
  • Loading branch information
rag2111 committed Mar 6, 2024
1 parent ce4f7d6 commit 0acfbb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infra/modules/st/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ resource "azurerm_storage_container" "image-moderator" {
storage_account_name = azurerm_storage_account.sa.name
}

resource "azurerm_storage_container" "document-comparison" {
name = "document-comparison"
container_access_type = "private"
storage_account_name = azurerm_storage_account.sa.name
}

resource "azurerm_storage_share" "share" {
name = "staging"
storage_account_name = azurerm_storage_account.sa.name
Expand Down

0 comments on commit 0acfbb1

Please sign in to comment.