Skip to content

Commit 3ca6fd5

Browse files
authored
chore: bump queue manager version in example (#111)
1 parent 52efd3f commit 3ca6fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module "mq_on_cloud" {
3535
queue_manager_display_name = "${var.prefix}-qm-display"
3636
queue_manager_name = "${local.prefix}_qm"
3737
queue_manager_size = "xsmall"
38-
queue_manager_version = "9.4.1_2" # Pinned to current version
38+
queue_manager_version = "9.4.2_2" # Pinned to current version
3939

4040
applications = {
4141
"app-${local.prefix}" = {

0 commit comments

Comments
 (0)