We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf8bce commit d2f7f02Copy full SHA for d2f7f02
infra/functions-python/main.tf
@@ -1338,7 +1338,7 @@ resource "google_cloud_tasks_queue" "refresh_materialized_view_task_queue" {
1338
resource "google_cloud_tasks_queue" "task_run_sync_queue" {
1339
project = var.project_id
1340
location = var.gcp_region
1341
- name = "task-run-sync-queue-${var.environment}"
+ name = "task-run-sync-queue-${var.environment}-${local.deployment_timestamp}"
1342
1343
rate_limits {
1344
max_concurrent_dispatches = 5
0 commit comments