Skip to content

googleApigeeEnvKeystore

An environmentKeyStore in Apigee.

To get more information about EnvKeystore, see:

Argument Reference

The following arguments are supported:

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

  • name - (Optional) The name of the newly created keystore.

Attributes Reference

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

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

  • aliases - Aliases in this keystore.

Timeouts

This resource provides the following Timeouts configuration options:

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

Import

EnvKeystore can be imported using any of these accepted formats:

$ terraform import google_apigee_env_keystore.default {{env_id}}/keystores/{{name}}
$ terraform import google_apigee_env_keystore.default {{env_id}}/{{name}}