Skip to content

Releases: terraform-ibm-modules/terraform-ibm-landing-zone-vpc

v6.0.0

12 Apr 23:59
v6.0.0
4357234

Choose a tag to compare

6.0.0 (2023-04-12)

Bug Fixes

  • 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.

v5.2.0

05 Apr 04:43
v5.2.0
fc10af2

Choose a tag to compare

5.2.0 (2023-04-05)

Features

  • Create submodules with defaults aligned with landing-zone workload and management VPCs (#442) (fc10af2)

v5.1.0

31 Mar 22:42
v5.1.0
42e782f

Choose a tag to compare

5.1.0 (2023-03-31)

Features

  • This version narrows down the network acls for intra vpc connectivity, limiting the source/destinations to vpc address space CIDRs. (#471) (42e782f)

v5.0.1

23 Mar 11:53
8272639

Choose a tag to compare

5.0.1 (2023-03-23)

Bug Fixes

  • replace zipmap in subnet_detail_map output (#449) (8272639)

v5.0.0

15 Mar 13:26
f11a0a9

Choose a tag to compare

5.0.0 (2023-03-15)

Bug Fixes

  • 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.

v4.2.0

14 Mar 15:30
v4.2.0
d37bd44

Choose a tag to compare

4.2.0 (2023-03-14)

Features

  • added new output subnet_detail_map which can be used as input with the terraform-base-ocp-vpc module (#427) (d37bd44)

v4.1.0

08 Mar 14:52
v4.1.0
6cd3eb3

Choose a tag to compare

4.1.0 (2023-03-08)

Features

v4.0.0

28 Feb 17:20
v4.0.0
6148fc2

Choose a tag to compare

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

v3.0.0

26 Jan 09:55
5439a61

Choose a tag to compare

3.0.0 (2023-01-26)

Features

BREAKING CHANGES

  • module is no longer supported on terraform versions lower than 1.3

v2.3.5

05 Jan 12:23
1f46b38

Choose a tag to compare

2.3.5 (2023-01-05)

Bug Fixes

  • deps: update terraform ibm to v1.49.0 (#270) (1f46b38)