Skip to content

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

v7.4.1

09 Aug 15:25
v7.4.1
8707703

Choose a tag to compare

7.4.1 (2023-08-09)

Bug Fixes

v7.4.0

26 Jul 15:46
v7.4.0
518204d

Choose a tag to compare

7.4.0 (2023-07-26)

Features

  • subnet CRN now added to the subnet_detail_list output (#587) (518204d)

v7.3.2

10 Jul 14:26
v7.3.2
2f74af0

Choose a tag to compare

7.3.2 (2023-07-10)

Bug Fixes

  • Acls created for network cidr are open to Any IP (#569) (2f74af0)

v7.3.1

19 Jun 13:22
v7.3.1
6b18801

Choose a tag to compare

7.3.1 (2023-06-19)

Bug Fixes

  • update modules references to point to hashicorp module registry (6b18801)

v7.3.0

14 Jun 05:02
6718c01

Choose a tag to compare

7.3.0 (2023-06-14)

Features (#542) (6718c01)

  • Added the ability to to pass multiple network CIDRs to the module. This feature means the input variable network_cidr has been renamed to network_cidrs and changed from a string to a list type. If you are updating to this version of the module from a previous version, you now need to change the way you pass values to this variable. For example:

    • Versions < 7.3.0: network_cidr = "10.0.0.0/8"
    • Versions >= 7.3.0: network_cidrs = ["10.0.0.0/8"]

v7.2.0

18 May 15:12
3194ff7

Choose a tag to compare

7.2.0 (2023-05-18)

Features

v7.1.0

05 May 09:21
v7.1.0
10a7b0b

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

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

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

Choose a tag to compare

6.0.1 (2023-04-18)

Bug Fixes