Skip to content

Commit

Permalink
Update storage container name to "video-analyzer" in main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
heblasco committed Apr 22, 2024
1 parent 6dbe2cc commit fee0589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/st/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fee0589

Please sign in to comment.