From 38b54769fb8f583a2c739a448ed8cfd476c075c8 Mon Sep 17 00:00:00 2001 From: akerone <3759202+akerone@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:47:39 +0100 Subject: [PATCH] Change Project Number for a reference, as done in tagbinding.yml --- examples/tags/v1beta1/locationtagbinding.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tags/v1beta1/locationtagbinding.yaml b/examples/tags/v1beta1/locationtagbinding.yaml index e3b4fe0d9..a291836f5 100644 --- a/examples/tags/v1beta1/locationtagbinding.yaml +++ b/examples/tags/v1beta1/locationtagbinding.yaml @@ -9,7 +9,7 @@ metadata: spec: forProvider: location: us-central1 - parent: //run.googleapis.com/projects/1234567890/locations/us-central1/services/default + parent: //run.googleapis.com/projects/&{project_number}/locations/us-central1/services/default tagValueSelector: matchLabels: testing.upbound.io/example-name: value @@ -45,7 +45,7 @@ metadata: spec: forProvider: description: For keyname resources. - parent: projects/1234567890 + parent: projects/&{project_id} shortName: keyname ---