google_apigee_keystores_aliases_key_cert_file

An alias from a key/certificate pair.

To get more information about KeystoresAliasesKeyCertFile, see:

Argument Reference

The following arguments are supported:


Attributes Reference

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

The certs_info block contains:

The cert_info block contains:

Timeouts

This resource provides the following Timeouts configuration options:

Import

KeystoresAliasesKeyCertFile can be imported using any of these accepted formats:

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

import {
  id = "organizations/{{org_id}}/environments/{{environment}}/keystores/{{keystore}}/aliases/{{alias}}"
  to = google_apigee_keystores_aliases_key_cert_file.default
}

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

$ terraform import google_apigee_keystores_aliases_key_cert_file.default organizations/{{org_id}}/environments/{{environment}}/keystores/{{keystore}}/aliases/{{alias}}
$ terraform import google_apigee_keystores_aliases_key_cert_file.default {{org_id}}/{{environment}}/{{keystore}}/{{alias}}