google_apigee_sharedflow_deployment

Deploys a revision of a sharedflow.

To get more information about SharedflowDeployment, 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

SharedflowDeployment can be imported using any of these accepted formats:

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

import {
  id = "organizations/{{org_id}}/environments/{{environment}}/sharedflows/{{sharedflow_id}}/revisions/{{revision}}/deployments/{{name}}"
  to = google_apigee_flowhook.default
}

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

$ terraform import google_apigee_sharedflow_deployment.default organizations/{{org_id}}/environments/{{environment}}/sharedflows/{{sharedflow_id}}/revisions/{{revision}}/deployments/{{name}}
$ terraform import google_apigee_sharedflow_deployment.default {{org_id}}/{{environment}}/{{sharedflow_id}}/{{revision}}/{{name}}