google_apigee_shared_flow

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:

Argument Reference

The following arguments are supported:


Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

The meta_data block contains:

Timeouts

This resource provides the following Timeouts configuration options:

Import

SharedFlow can be imported using any of these accepted formats:

In Terraform v1.5.0 and later, use an import block to import SharedFlow using one of the formats above. For example:

import {
  id = "{{org_id}}/sharedflows/{{name}}"
  to = google_apigee_sharedflow.default
}

When using the terraform import command, SharedFlow can be imported using one of the formats above. For example:

$ terraform import google_apigee_sharedflow.default {{org_id}}/sharedflows/{{name}}
$ terraform import google_apigee_sharedflow.default {{org_id}}/{{name}}