Skip to content

Releases: terraform-ibm-modules/terraform-ibm-icd-rabbitmq

v2.3.18

25 Oct 08:16
v2.3.18
7b34236

Choose a tag to compare

2.3.18 (2025-10-25)

Bug Fixes

v2.3.17

25 Oct 03:15
v2.3.17
a2f3f46

Choose a tag to compare

2.3.17 (2025-10-25)

Bug Fixes

v2.3.16

18 Oct 19:11
v2.3.16
1aa6787

Choose a tag to compare

2.3.16 (2025-10-18)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.4.3 (#469) (1aa6787)

v2.3.15

18 Oct 15:11
v2.3.15
948c373

Choose a tag to compare

2.3.15 (2025-10-18)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.4.2 (#468) (948c373)

v2.3.14

18 Oct 11:17
v2.3.14
a78eda3

Choose a tag to compare

2.3.14 (2025-10-18)

Bug Fixes

v2.3.13

18 Oct 03:15
v2.3.13
cd9e99a

Choose a tag to compare

2.3.13 (2025-10-18)

Bug Fixes

v2.3.12

17 Oct 19:09
v2.3.12
e08a60c

Choose a tag to compare

2.3.12 (2025-10-17)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.3.4 (#464) (e08a60c)

v2.3.11

13 Oct 12:42
v2.3.11
8eac3ee

Choose a tag to compare

2.3.11 (2025-10-13)

Bug Fixes

v2.3.10

13 Oct 09:33
v2.3.10
95d5474

Choose a tag to compare

2.3.10 (2025-10-13)

Bug Fixes

  • fix issue that was causing secrets manager managed service credential re-creation

NOTE: When upgrading from previous version, you will see time_sleep resource getting recreated. This doesn't destroy any actual infrastructure and is an expected change:

         2025/10/12 10:10:07 Terraform plan |   # module.icd_rabbitmq.time_sleep.wait_for_rabbitmq_authorization_policy[0] must be replaced
         2025/10/12 10:10:07 Terraform plan | -/+ resource "time_sleep" "wait_for_rabbitmq_authorization_policy" {
         2025/10/12 10:10:07 Terraform plan |       ~ id              = "2025-10-12T10:06:06Z" -> (known after apply)
         2025/10/12 10:10:07 Terraform plan |       + triggers        = { # forces replacement
         2025/10/12 10:10:07 Terraform plan |           + "secrets_manager_guid"   = "79c6d411-c18f-4670-b009-b0044a238667"
         2025/10/12 10:10:07 Terraform plan |           + "secrets_manager_region" = "us-south"
         2025/10/12 10:10:07 Terraform plan |         }
         2025/10/12 10:10:07 Terraform plan |         # (1 unchanged attribute hidden)
         2025/10/12 10:10:07 Terraform plan |     }
         2025/10/12 10:10:07 Terraform plan | 
         2025/10/12 10:10:07 Terraform plan | Plan: 1 to add, 0 to change, 1 to destroy.

(#463) (95d5474)

v2.3.9

11 Oct 19:12
v2.3.9
e7f18b6

Choose a tag to compare

2.3.9 (2025-10-11)

Bug Fixes