Skip to content

Commit

Permalink
changes naming
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenz-k committed Apr 20, 2024
1 parent c450dc2 commit 1d028aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scrapers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ resource "azurerm_linux_function_app" "fa_scraper" {

# Storage Queue - connects scrapers with backend
resource "azurerm_storage_queue" "queue_scraper_backend" {
name = "storagequeue-gewoscout"
name = "queue-scraper-backend-gewoscout"
storage_account_name = azurerm_storage_account.sa_scraper.name
}

0 comments on commit 1d028aa

Please sign in to comment.