Hi! I am working with GCP Workflows, and I notice...
# google-cloud
a
Hi! I am working with GCP Workflows, and I noticed in the Pulumi doc that "This resource does not support import." Do I need a GitHub Action implemented prior to deploying from Pulumi?
The workflows.Workflow() call takes a "source_contents" parameter. Should I use RemoteAsset to get the GCP Workflow code from GitHub like this:
Copy code
workflow_code = pulumi.RemoteAsset(f"https://{github_pat}@github.com/myorg/myproject/blob/main/myworkflow")