google_apigee_env_keystore

An Environment KeyStore in Apigee.

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

EnvKeystore can be imported using any of these accepted formats:

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

import {
  id = "{{env_id}}/keystores/{{name}}"
  to = google_apigee_env_keystore.default
}

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

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