You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The network_connections option has been removed from the network_acls variable as it was not being used in the code (#488) (276e463)
BREAKING CHANGES
If you are upgrading to this version, and you have the network_connections option in the network_acls variable, it should be removed. There is no functional impact as this variable was not used.
removed the opening of 0.0.0.0/0 in the default value for network acls rules (#424) (f11a0a9)
BREAKING CHANGES
If you were consuming the module using the default value for var.network_acls and upgraded to this version, the allow-all-443-inbound and allow-all-443-outbound ACL rules will be removed since opening 0.0.0.0/0 is not FsCloud compliant.
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