Google Cloud Platform · Arazzo Workflow
Google Cloud Platform Bind Tag to Project
Version 1.0.0
Look up a tag value for a key, create a tag binding to a resource, poll, then list bindings.
View Spec
View on GitHub
API ManagementCloud ComputingInfrastructurePlatform as a ServiceArazzoWorkflows
Provider
Workflows
bind-tag-to-project
Resolve a tag value and bind it to a target resource.
Lists tag values under a key, creates a binding to the resource, waits for the operation, then lists the resource bindings to confirm.
1
listTagValues
cloudresourcemanager.tagValues.list
List the tag values under the tag key and select the first value to bind.
2
createBinding
cloudresourcemanager.tagBindings.create
Create a tag binding attaching the resolved tag value to the target resource. Returns a long-running Operation whose name is used to poll.
3
pollBinding
cloudresourcemanager.operations.get
Poll the tag binding create operation until done.
4
listBindings
cloudresourcemanager.tagBindings.list
List the tag bindings on the target resource to confirm the new binding.