An Environment KeyStore
in Apigee.
To get more information about EnvKeystore, see:
The following arguments are supported:
env_id
-
(Required)
The Apigee environment group associated with the Apigee environment,
in the format organizations/{{org_name}}/environments/{{env_name}}
.name
-
(Optional)
The name of the newly created keystore.In addition to the arguments listed above, the following computed attributes are exported:
id
- an identifier for the resource with format {{env_id}}/keystores/{{name}}
aliases
-
Aliases in this keystore.
This resource provides the following Timeouts configuration options:
create
- Default is 1 minutes.delete
- Default is 1 minutes.EnvKeystore can be imported using any of these accepted formats:
{{env_id}}/keystores/{{name}}
{{env_id}}/{{name}}
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}}