Releases: terraform-ibm-modules/terraform-ibm-scc
Releases · terraform-ibm-modules/terraform-ibm-scc
v1.10.0
v1.9.0
1.9.0 (2025-02-13)
Features
-
updated the
cbr_rules
input to allowoperations
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 })) }))) }))