From fee0589ae66b67e99655d3377e05de1d8b213abe Mon Sep 17 00:00:00 2001 From: heblasco Date: Mon, 22 Apr 2024 09:43:34 +0200 Subject: [PATCH] Update storage container name to "video-analyzer" in main.tf --- infra/modules/st/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/modules/st/main.tf b/infra/modules/st/main.tf index 9ce2d0b..293d671 100644 --- a/infra/modules/st/main.tf +++ b/infra/modules/st/main.tf @@ -41,7 +41,7 @@ resource "azurerm_storage_container" "image-analyzer" { storage_account_name = azurerm_storage_account.sa.name } -resource "azurerm_storage_container" "image-analyzer" { +resource "azurerm_storage_container" "video-analyzer" { name = "video-analyzer" container_access_type = "private" storage_account_name = azurerm_storage_account.sa.name