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
reserved-capacity: A single tenant service instance that provides MQ on Cloud capacity. Incubating versions of this module require the capacity instance to be manually created and the GUID passed into the module.
reserved-deployment: A service instance to create a location in which to create queue managers.
Note: The MQ on Cloud Terraform provider access is restricted to users of the reserved deployment plan.
Usage
module"mqcloud_instance" {
source="terraform-ibm-modules/mq-cloud/ibm//modules/mq-instance"version="X.X.X"# Replace "X.X.X" with a release version to lock into a specific releasename="deployment-instance"region="us-east"resource_group_id=var.resource_group_idexisting_mq_capacity_crn="crn:<...>"# MQ on Cloud capacity instance crntags=[ "tag-1", "tag-2" ]
}