Skip to content

v1.20.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 18 Mar 13:05
· 302 commits to main since this release
v1.20.0
512a33b

1.20.0 (2024-03-18)

Features

  • create global 'deny' rule when more narrow scoped rules are created by the module (#396)
    * minimum required provider version is 1.62.0.
    * Ability to scope a rule per region.
    * Support for multiple attributes per rule for a service.
    * Remove public default context set to 1.1.1.1
    * 0 context rule for services by default, which will deny all requests made to a service. (Note: By default enforcement mode is set to report-only).
    * option create a global 'deny' rule for all the scoped rule for a service. By default it is set to true. (512a33b)