google_apigee_flowhook

Represents a sharedflow attachment to a flowhook point.

To get more information about Flowhook, see:

Argument Reference

The following arguments are supported:

Attributes Reference

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

Timeouts

This resource provides the following Timeouts configuration options:

Import

Flowhook can be imported using any of these accepted formats:

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

import {
  id = "organizations/{{org_id}}/environments/{{environment}}/flowhooks/{{flow_hook_point}}"
  to = google_apigee_flowhook.default
}

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

$ terraform import google_apigee_flowhook.default organizations/{{org_id}}/environments/{{environment}}/flowhooks/{{flow_hook_point}}
$ terraform import google_apigee_flowhook.default {{org_id}}/{{environment}}/{{flow_hook_point}}