Skip to content

googleApigeeEnvReferences

An environmentReference in Apigee.

To get more information about EnvReferences, see:

Argument Reference

The following arguments are supported:

  • name - (Required) Required. The resource id of this reference. Values must match the regular expression [\w\s-.]+.

  • resourceType - (Required) The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.

  • refers - (Required) Required. The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resourceType.

  • envId - (Required) The Apigee environment group associated with the Apigee environment, in the format organizations/{{orgName}}/environments/{{envName}}.


  • description - (Optional) Optional. A human-readable description of this reference.

Attributes Reference

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

  • id - an identifier for the resource with format {{envId}}/references/{{name}}

Timeouts

This resource provides the following Timeouts configuration options:

  • create - Default is 1 minutes.
  • delete - Default is 1 minutes.

Import

EnvReferences can be imported using any of these accepted formats:

$ terraform import google_apigee_env_references.default {{env_id}}/references/{{name}}
$ terraform import google_apigee_env_references.default {{env_id}}/{{name}}