We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52efd3f commit 3ca6fd5Copy full SHA for 3ca6fd5
examples/basic/main.tf
@@ -35,7 +35,7 @@ module "mq_on_cloud" {
35
queue_manager_display_name = "${var.prefix}-qm-display"
36
queue_manager_name = "${local.prefix}_qm"
37
queue_manager_size = "xsmall"
38
- queue_manager_version = "9.4.1_2" # Pinned to current version
+ queue_manager_version = "9.4.2_2" # Pinned to current version
39
40
applications = {
41
"app-${local.prefix}" = {
0 commit comments