Skip to content

Commit 5731778

Browse files
committed
Merge branch 'main' into 1296-create-a-gcp-function-to-generate-the-pmtiles-of-a-single-dataset
2 parents 6ebd55e + 7ed8d17 commit 5731778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ resource "google_cloud_tasks_queue" "update_validation_report_task_queue" {
14141414
resource "google_cloud_tasks_queue" "refresh_materialized_view_task_queue" {
14151415
project = var.project_id
14161416
location = var.gcp_region
1417-
name = "refresh-materialized-view-task-queue"
1417+
name = "refresh-materialized-view-task-queue-${var.environment}-${local.deployment_timestamp}"
14181418

14191419
rate_limits {
14201420
max_concurrent_dispatches = 1

0 commit comments

Comments
 (0)