cert-manager-cert

cloud-native-toolkit/cert-manager-cert/ibm

Terraform Module HCL IBM

Module to import an existing cert and private key into IBM Certificate Manager

Install
module "cert-manager-cert" {
source = "cloud-native-toolkit/cert-manager-cert/ibm"
version = "1.1.1"
}
plain text: /constructs/tfmod-cloud-native-toolkit-cert-manager-cert-ibm/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (5)
NameTypeDescriptionDefault
cert_manager_idstringThe id of the certificate manager instance required
namestringThe name of the certificate required
private_keystringThe private key for the certificate that will be imported""
provisionboolFlag indicating that the certificate should be provisioned. If false the certifitrue
certstringThe value for the certificate that will be imported""
Outputs (2)
private_key
cert
Resources (1)
ibm_certificate_manager_import
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.1
Cloud IBM
★ Stars0
Forks0
Total downloads113
Inputs5
Outputs2
Resources1
LicenseApache-2.0
Namespacecloud-native-toolkit
Updated