Skip to content

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

v1.5.0

08 Jan 05:41
v1.5.0
3344101
Compare
Choose a tag to compare

1.5.0 (2025-01-08)

Updates

  • update input variable rules in the submodules network-acl and security-group
  • add a new output variable subnets that lists the subnets of the created VPC (#73) (3344101)

v1.4.0

03 Dec 16:18
v1.4.0
a06e169
Compare
Choose a tag to compare

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 and subnet_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, set use_legacy_network_interface to true.
  • In the instances submodule, the no_of_instances variable has been renamed to number_of_instances and support was added to enable allow_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

28 Nov 12:43
v1.3.0
93f7aaf
Compare
Choose a tag to compare

1.3.0 (2024-11-28)

Features

  • removed support for classic access as this is now a deprecated feature
    - input variable classic_access has been removed (#68) (b2cd50e)

v1.2.0

12 Sep 14:03
v1.2.0
a6ed1ac
Compare
Choose a tag to compare

1.2.0 (2024-09-12)

Features

  • refactor / cleanup to all submodules
  • Added a new root level module to provision VPCs (#43) (0ccc54b)

v1.1.2

02 Aug 12:28
fce8194
Compare
Choose a tag to compare
  • added depreciation notice

terraform-ibm-vpc v1.1.1

02 Jul 14:28
Compare
Choose a tag to compare

Deprecated the hyper-links to sub-modules

terraform-ibm-vpc v1.1.0

10 Jun 11:55
Compare
Choose a tag to compare

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

16 Mar 13:23
Compare
Choose a tag to compare

Initial module support for IBM Cloud VPC