Skip to content

Releases: terraform-ibm-modules/terraform-ibm-scc

v1.10.0

19 Feb 16:16
v1.10.0
7749cdd
Compare
Choose a tag to compare

1.10.0 (2025-02-19)

Features

  • add support for custom provider integration using new input custom_integrations (#237) (7749cdd)

v1.9.0

13 Feb 13:24
v1.9.0
ac4c97b
Compare
Choose a tag to compare

1.9.0 (2025-02-13)

Features

(#235) (ac4c97b)

  • updated the cbr_rules input to allow operations to be specified. The input now looks like this:

    variable "cbr_rules" {
      type = list(object({
        description = string
        account_id  = string
        rule_contexts = list(object({
          attributes = optional(list(object({
            name  = string
            value = string
        }))) }))
        enforcement_mode = string
        operations = optional(list(object({
          api_types = list(object({
            api_type_id = string
          }))
        })))
      }))
    

v1.8.36

05 Jan 12:12
v1.8.36
98d4f29
Compare
Choose a tag to compare

1.8.36 (2025-01-05)

Bug Fixes

v1.8.35

04 Jan 00:19
v1.8.35
ac1801a
Compare
Choose a tag to compare

1.8.35 (2025-01-04)

Bug Fixes

v1.8.34

29 Dec 10:26
v1.8.34
d38f0be
Compare
Choose a tag to compare

1.8.34 (2024-12-29)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/cos/ibm to v8.16.2 (#225) (d38f0be)

v1.8.33

28 Dec 04:20
v1.8.33
70212e6
Compare
Choose a tag to compare

1.8.33 (2024-12-28)

Bug Fixes

v1.8.32

18 Dec 19:39
v1.8.32
c3edaca
Compare
Choose a tag to compare

1.8.32 (2024-12-18)

Bug Fixes

v1.8.31

18 Dec 08:40
v1.8.31
254123d
Compare
Choose a tag to compare

1.8.31 (2024-12-18)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/cos/ibm to v8.15.12 (#220) (254123d)

v1.8.30

14 Dec 20:13
v1.8.30
b07df09
Compare
Choose a tag to compare

1.8.30 (2024-12-14)

Bug Fixes

v1.8.29

07 Dec 20:07
v1.8.29
d4afcfd
Compare
Choose a tag to compare

1.8.29 (2024-12-07)

Bug Fixes