Skip to content

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

v7.1.0

05 May 09:21
v7.1.0
10a7b0b
Compare
Choose a tag to compare

7.1.0 (2023-05-05)

Features

  • add the ability to remove all rules from the default VPC security group (using variable clean_default_security_group) (#516) (0a575f4)
  • add the ability to remove all rules from the default VPC ACL (using variable clean_default_acl) (#516) (0a575f4)

NOTES:

  • Both of these features are optional. If clean_default_security_group or clean_default_acl are set to true, then a value must be passed for ibmcloud_api_key. It also means the runtime must have the ibmcloud cli and the vpc-infrastructure[infrastructure-service/is] plugin installed
  • Removal of VPC default rules is not supported by the IBM Terraform provider at this time, so the rules are removed using a back-end command. You will not see the removal of default rules in either Terraform plan or in the Terraform logs.

v7.0.1

21 Apr 15:43
v7.0.1
735b566
Compare
Choose a tag to compare

7.0.1 (2023-04-21)

Bug Fixes

  • update variable to align with acl changes (#517) (735b566)

v7.0.0

18 Apr 13:28
v7.0.0
b9e0290
Compare
Choose a tag to compare

7.0.0 (2023-04-18)

Bug Fixes

  • use_manual_address_prefixes input variable has been removed

BREAKING CHANGES

  • Removed the input variable use_manual_address_prefixes. The value of this variable is now computed by the module based on the address_prefixes input variable. If address_prefixes variable is set, then the modules determine that manual address prefix are used.

Note: in the event that use_manual_address_prefix=false (the default value) AND address_prefixes was specified, the VPC and everything deployed into it will be destroyed and it will be recreated when moving up to this version. To avoid this - BEFORE upgrading to this version of the module - set use_manual_address_prefix to true, and apply the change (terraform apply). You are now ready to upgrade to the new version without ending up in a VPC deletion.

v6.0.1

18 Apr 08:35
v6.0.1
a6aed91
Compare
Choose a tag to compare

6.0.1 (2023-04-18)

Bug Fixes

v6.0.0

12 Apr 23:59
v6.0.0
4357234
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)