google_apigee_keystores_aliases_pkcs12

An alias from a pkcs12 file.

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

KeystoresAliasesPkcs12 can be imported using any of these accepted formats:

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

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

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

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