From d1c389dcd68a1e343793aa0be89b09cc0b03d9af 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 Signed-off-by: akerone <3759202+akerone@users.noreply.github.com> --- 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 ---