Readme file
Version last updated: 03/19/2025
Variation
IBM Cloud MQ on Cloud
This architecture creates a deployment instance of IBM Cloud MQ on Cloud and supports provisioning of the following resources:
- A resource group, if one is not passed in.
- An MQ on Cloud deployment instance, if an existing instance is not passed in
- An MQ on Cloud queue manager, if an existing queue manager is not passed in
- An MQ on Cloud application, if an existing application is not passed in
This architecture extends the MQ on Cloud IBM provider for terraform with additional experimental features
- It provisions and returns an APIKey for the application
- It returns the queue manager connection information
- It returns the root and issuer certificates from the queue manager truststore
:exclamation: Important: This solution is not intended to be called by other modules because it contains a provider configuration and is not compatible with the for_each
, count
, and depends_on
arguments. For more information, see Providers Within Modules.