Open alexsavio opened 3 years ago
GCP Workflows have an implicit execution URL, but that's missing in the Workflow class.
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
execution_url
https://workflowexecutions.googleapis.com/v1/projects/PROJECT_NAME/locations/REGION_NAME/workflows/WORKFLOW_NAME/executions
Hi @alexsavio
This provider is based on the terraform-provider-google-beta, I think it would be best if you open an issue upstream.
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