Flowhook
Represents a sharedflow attachment to a flowhook point. To get more information about Flowhook, see:
Import
Flowhook can be imported using any of these accepted formats* organizations/{{org_id}}/environments/{{environment}}/flowhooks/{{flow_hook_point}} * {{org_id}}/{{environment}}/{{flow_hook_point}} In Terraform v1.5.0 and later, use an import block to import Flowhook using one of the formats above. For exampletf import { id = "organizations/{{org_id}}/environments/{{environment}}/flowhooks/{{flow_hook_point}}" to = google_apigee_flowhook.default }
$ pulumi import gcp:apigee/flowhook:Flowhook When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Flowhook can be imported using one of the formats above. For exampleContent copied to clipboard
$ pulumi import gcp:apigee/flowhook:Flowhook default organizations/{{org_id}}/environments/{{environment}}/flowhooks/{{flow_hook_point}}Content copied to clipboard
$ pulumi import gcp:apigee/flowhook:Flowhook default {{org_id}}/{{environment}}/{{flow_hook_point}}Content copied to clipboard