Releases: terraform-ibm-modules/terraform-ibm-landing-zone-vpc
Releases · terraform-ibm-modules/terraform-ibm-landing-zone-vpc
v7.19.1
7.19.1 (2024-11-28)
Bug Fixes
- Support to allow VPC to access classic infrastructure network is removed as
classic_access
feature has been deprecated by provider (#885) (cf582ac)
v7.19.0
7.19.0 (2024-07-12)
Features
- added new outputs
dns_instance_id
and dns_custom_resolver_id
(#817) (b84f23a)
v7.18.3
7.18.3 (2024-06-11)
Bug Fixes
- remove upper limit for required terraform version (#800) (0bf01d7)
v7.18.1
7.18.1 (2024-05-14)
Bug Fixes
- added fix to ensure
vpc_data
is always output after initial apply (#781) (069d418)
v7.18.0
7.18.0 (2024-05-03)
Features
- add authorization policy for spoke -> hub DNS access (#775) (2a5932f)
v7.17.1
7.17.1 (2024-02-27)
Bug Fixes
- extend the required terraform version to < 1.7 (#742) (f1747b2)
v7.17.0
7.17.0 (2024-02-27)
Features
- Added a new property to the subnet input variable map,
no_addr_prefix
, that if set to "true" will not automatically create a new matching address prefix for the subnet, no matter the condition. (#741) (cad676e)
v7.16.2
7.16.2 (2024-02-16)
Bug Fixes
- updates required provider version constraints to prevent major updates (#733) (da75636)
v7.16.1
7.16.1 (2024-02-05)
Bug Fixes
- change acl for_each conditional to fix bug (#725) (60867f4)