cert-manager-cert
cloud-native-toolkit/cert-manager-cert/ibm
Module to import an existing cert and private key into IBM Certificate Manager
IBM Certificate Manager Certificate module Module to upload a certificate and private key into IBM Certificate Manager and/or retrieve the certificate and private key to provide as output. If the provision variable is true, then cert and private_key are required and they will be uploaded as a new certificate in Certificate Manager. If provision is false, then the cert and private_key values will be retrieved from Certificate Manager. Software dependencies The module depends on the following software components: Command-line tools - terraform - v14 Terraform providers - IBM Cloud provider >= 1.22.0 Module dependencies This module makes use of the output from other modules: - Certificate Manager - github.com/cloud-native-toolkit/terraform-ibm-cert-manager - Certificate - github.com/cloud-nat
| Name | Type | Description | Default |
|---|---|---|---|
| cert_manager_id | string | The id of the certificate manager instance | required |
| name | string | The name of the certificate | required |
| private_key | string | The private key for the certificate that will be imported | "" |
| provision | bool | Flag indicating that the certificate should be provisioned. If false the certifi | true |
| cert | string | The value for the certificate that will be imported | "" |
private_keycert