We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c480b2e commit 6dd932aCopy full SHA for 6dd932a
infra/functions-python/main.tf
@@ -1414,7 +1414,7 @@ resource "google_cloud_tasks_queue" "update_validation_report_task_queue" {
1414
resource "google_cloud_tasks_queue" "refresh_materialized_view_task_queue" {
1415
project = var.project_id
1416
location = var.gcp_region
1417
- name = "refresh-materialized-view-task-queue"
+ name = "refresh-materialized-view-task-queue-${var.environment}-${local.deployment_timestamp}"
1418
1419
rate_limits {
1420
max_concurrent_dispatches = 1
0 commit comments