Sharedflow
You can combine policies and resources into a shared flow that you can consume from multiple API proxies, and even from other shared flows. Although it's like a proxy, a shared flow has no endpoint. It can be used only from an API proxy or shared flow that's in the same organization as the shared flow itself. To get more information about SharedFlow, see:
How-to Guides
Import
SharedFlow can be imported using any of these accepted formats* {{org_id}}/sharedflows/{{name}} * {{org_id}}/{{name}} In Terraform v1.5.0 and later, use an import block to import SharedFlow using one of the formats above. For exampletf import { id = "{{org_id}}/sharedflows/{{name}}" to = google_apigee_sharedflow.default }
$ pulumi import gcp:apigee/sharedflow:Sharedflow When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), SharedFlow can be imported using one of the formats above. For exampleContent copied to clipboard
$ pulumi import gcp:apigee/sharedflow:Sharedflow default {{org_id}}/sharedflows/{{name}}Content copied to clipboard
$ pulumi import gcp:apigee/sharedflow:Sharedflow default {{org_id}}/{{name}}Content copied to clipboard