Releases: terraform-ibm-modules/terraform-ibm-vpc
Releases · terraform-ibm-modules/terraform-ibm-vpc
v1.5.0
v1.4.0
1.4.0 (2024-12-03)
General updates (#65) (a06e169)
- required terraform version is now
>= 1.9.0
to run the root module
VPC module updates:
- added new outputs
subnet_zone_list
andsubnet_detail_list
to the VPC module
Instance (VSI) updates:
- The instances submodule has been updated to use the new Virtual Network Interface feature. The module now creates VSI using the next gen virtual network interface by default, these VNIs are created independent of the VSIs.
NOTE: When upgrading from a previous version, VSIs may be destroyed and recreated. To prevent re-creation or to use the legacy network interface, setuse_legacy_network_interface
to true. - In the instances submodule, the
no_of_instances
variable has been renamed tonumber_of_instances
and support was added to enableallow_ip_spoofing
. - The
primary_network_interfaces
output has been removed from the instance submodule. - Added new
instance_data
output to the instance submodule
v1.3.0
v1.2.0
v1.1.2
terraform-ibm-vpc v1.1.1
Deprecated the hyper-links to sub-modules
terraform-ibm-vpc v1.1.0
Features
- New Modules : Added network acl, load balancer, virtual private endpoint, ssh key, image modules
- Github Actions : Added workflow and precommit config
- Terratest : Added example (vpc e2e template) to support terratest
- Parameters : New parameters added to VPC
- Source path : Examples source pointed to local module path
- Outputs : More o/p parameters are added for all the modules
terraform-ibm-vpc v1.0.0
Initial module support for IBM Cloud VPC