provider_links_templates:
    frontend: "https://console.cloud.google.com/run/detail/{{ service.environment.collection.region }}/{{ service.instance_name }}/revisions?project={{ service.environment.collection.account_id }}"
    backend: "https://console.cloud.google.com/run/detail/{{ service.environment.collection.region }}/{{ service.instance_name }}/revisions?project={{ service.environment.collection.account_id }}"
    worker: "https://console.cloud.google.com/kubernetes/deployment/{{ service.environment.collection.region }}/{{ service.environment.collection.instance_name }}/{{ service.instance_name }}/{{ service.name }}-{{ worker.name }}/overview?project={{ service.environment.collection.account_id }}"
    task: "https://console.cloud.google.com/kubernetes/cronjob/{{ service.environment.collection.region }}/{{ service.environment.collection.instance_name }}/{{ service.instance_name }}/{{ service.name }}-{{ task.name }}/details?project={{ service.environment.collection.account_id }}"
    database: "https://console.cloud.google.com/sql/instances/{{ service.instance_name }}/overview?project={{ service.environment.collection.account_id }}"
    cache: "https://console.cloud.google.com/memorystore/redis/locations/{{ service.environment.collection.region }}/instances/{{ service.instance_name }}/details/overview?project={{ service.environment.collection.account_id }}"