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
module"keystore_certificate" {
source="terraform-ibm-modules/mq-cloud/ibm//modules/keystore-certificate"version="X.X.X"# Replace "X.X.X" with a release version to lock into a specific releaseservice_instance_crn="crn:<...>"# MQ on Cloud deployment instance crncertificate="YmFzZTY0IGVuY29kZWQgY2VydGlmaWNhdGUK"# Base64 encoded certificatelabel=["label-1", "label-2"]
queue_manager_id="11111111-1111-1111-1111-111111111111/11111111111111111111111111111111"# MQ on Cloud queue manager id
}