Skip to content

Commit

Permalink
Change Project Number for a reference, as done in tagbinding.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akerone committed Dec 30, 2024
1 parent 607a7ec commit 38b5476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tags/v1beta1/locationtagbinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -45,7 +45,7 @@ metadata:
spec:
forProvider:
description: For keyname resources.
parent: projects/1234567890
parent: projects/&{project_id}
shortName: keyname

---
Expand Down

0 comments on commit 38b5476

Please sign in to comment.