pulumi / pulumi-gcp

A Google Cloud Platform (GCP) Pulumi resource package, providing multi-language access to GCP
Apache License 2.0
183 stars 53 forks source link

GCP Workflows execution URL #553

Open alexsavio opened 3 years ago

alexsavio commented 3 years ago

GCP Workflows have an implicit execution URL, but that's missing in the Workflow class.

Affected feature

An execution_url Output in the Workflow class would be helpful. The URL format is described here: https://cloud.google.com/workflows/docs/schedule-workflow

https://workflowexecutions.googleapis.com/v1/projects/PROJECT_NAME/locations/REGION_NAME/workflows/WORKFLOW_NAME/executions
mikhailshilkov commented 3 years ago

Hi @alexsavio

This provider is based on the terraform-provider-google-beta, I think it would be best if you open an issue upstream.