You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module downloads the provided certificates certificate file.
Usage
# Source a certificatedata"ibm_mqcloud_truststore_certificate""certificate" {
label="LetsEncryptIssuingCA"queue_manager_id=local.queue_manager_idservice_instance_guid=local.override_guid
}
# Download the certificate from the certificates hrefmodule"experimental_certificate" {
source="terraform-ibm-modules/mq-cloud/ibm//modules/experimental-certificate"version="X.X.X"# Replace "X.X.X" with a release version to lock into a specific releaseibmcloud_api_key="IBM Cloud Api Key"# pragma: allowlist secrethref=data.ibm_mqcloud_truststore_certificate.certificate.trust_store[0].href
}