Skip to content

v4.0.0

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 28 Feb 17:20
· 468 commits to main since this release
v4.0.0
6148fc2

4.0.0 (2023-02-28)

Features

  • Various capabilities and changes around network ACLs(#360) (6148fc2)
    • Give option to append or prepend IBM internal flow and VPC connectivity rules
    • Add a deny all as last element of the list
    • Add prefix "ibmflow-" to the name of the IBM rules

BREAKING CHANGES

  • The interface of the network_acls input variable has changed. If your code is setting this variable explicitly, this change requires to add a few extra optional parameters: add_ibm_cloud_internal_rules, add_vpc_connectivity_rules, prepend_ibm_rules . The parameter add_cluster_rules has been renamed to add_ibm_cloud_internal_rules