Google Cloud Platform · Arazzo Workflow
Google Cloud Platform Provision Folder with Project
Version 1.0.0
Create a folder, wait for it, then create a project under that folder and wait for it.
View Spec
View on GitHub
API ManagementCloud ComputingInfrastructurePlatform as a ServiceArazzoWorkflows
Provider
Workflows
provision-folder-with-project
Create a folder then a project nested inside it, waiting on each operation.
Creates a folder, waits for it, captures its resource name, then creates a project under it and waits for that operation.
1
createFolder
cloudresourcemanager.folders.create
Create the folder under the organization. Returns a long-running Operation whose name is used to poll for completion.
2
pollFolder
cloudresourcemanager.operations.get
Poll the folder create operation until done and read the new folder resource name from the operation response.
3
createProject
cloudresourcemanager.projects.create
Create the project under the newly created folder. Returns a long-running Operation whose name is used to poll for completion.
4
pollProject
cloudresourcemanager.operations.get
Poll the project create operation until done.