Keystores Aliases Key Cert File
An alias from a key/certificate pair. To get more information about KeystoresAliasesKeyCertFile, see:
How-to Guides
Import
KeystoresAliasesKeyCertFile can be imported using any of these accepted formats* organizations/{{org_id}}/environments/{{environment}}/keystores/{{keystore}}/aliases/{{alias}} * {{org_id}}/{{environment}}/{{keystore}}/{{alias}} In Terraform v1.5.0 and later, use an import block to import KeystoresAliasesKeyCertFile using one of the formats above. For exampletf import { id = "organizations/{{org_id}}/environments/{{environment}}/keystores/{{keystore}}/aliases/{{alias}}" to = google_apigee_keystores_aliases_key_cert_file.default }
$ pulumi import gcp:apigee/keystoresAliasesKeyCertFile:KeystoresAliasesKeyCertFile When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), KeystoresAliasesKeyCertFile can be imported using one of the formats above. For exampleContent copied to clipboard
$ pulumi import gcp:apigee/keystoresAliasesKeyCertFile:KeystoresAliasesKeyCertFile default organizations/{{org_id}}/environments/{{environment}}/keystores/{{keystore}}/aliases/{{alias}}Content copied to clipboard
$ pulumi import gcp:apigee/keystoresAliasesKeyCertFile:KeystoresAliasesKeyCertFile default {{org_id}}/{{environment}}/{{keystore}}/{{alias}}Content copied to clipboard