Skip to content

v4.1.0

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 30 Jul 15:40
· 65 commits to main since this release
v4.1.0
666f518

4.1.0 (2024-07-30)

Features

  • Support added to create or restore VSI volumes to existing storage snapshots. The following new input variables have been added for this feature:
    - snapshot_consistency_group_id
    - boot_volume_snapshot_id
    - block_storage_volumes.snapshot_id (new property in existing map)
    - manage_reserved_ips (use to assign same reserved VSI instance IP address if recreating)
    - use_static_boot_volume_name (use to keep boot volume names tied to VSI hostnames, instead of random generated name) (#685) (666f518)