Skip to content

Releases: terraform-ibm-modules/terraform-ibm-vpe-gateway

v2.6.0

04 Aug 09:39
v2.6.0
f864fbb

Choose a tag to compare

2.6.0 (2023-08-04)

Features

  • update to the data structure of the vpe_ips output. Added the gateway name as the key for each list of objects. This will help in differentiating the IPs for each gateways.(#354) (f864fbb).
    For example:
    • In previous versions, the output was in this format:
    [
       [
           {
               address       = "10.10.10.5"
               id            = "xxxx-xxxxx-xxxxxx-xxxxx"
               name          = "sandbank-disports-sleeve-dugout"
               resource_type = "subnet_reserved_ip"
               subnet        = ""
            },
           {
               address       = "10.20.10.5"
               id            = "xxxx-xxxxx-xxxxxx-xxxxx"
               name          = "bannister-food-quarrel-concept"
               resource_type = "subnet_reserved_ip"
               subnet        = ""
            },
        ],
       [
           {
               address       = "10.10.10.4"
               id            = "xxxx-xxxxx-xxxxxx-xxxxx"
               name          = "haunt-tank-recital-princess"
               resource_type = "subnet_reserved_ip"
               subnet        = ""
            },
           {
               address       = "10.20.10.6"
               id            = "xxxx-xxxxx-xxxxxx-xxxxx"
               name          = "vigorous-tarantula-cash-reverse"
               resource_type = "subnet_reserved_ip"
               subnet        = ""
            },
        ],
    ]
    
    • In v2.6.0, the output is now in the following format:
    {
        test-vpc-instance-account-management      = [
            {
                address       = "10.30.10.5"
                id            = "xxxx-xxxxx-xxxxxx-xxxxx"
                name          = "handwoven-poem-retention-mantis"
                resource_type = "subnet_reserved_ip"
                subnet        = ""
             },
            {
                address       = "10.10.10.12"
                id            = "xxxx-xxxxx-xxxxxx-xxxxx"
                name          = "smog-dastardly-bountiful-calf"
                resource_type = "subnet_reserved_ip"
                subnet        = ""
             },
         ]
        test-vpc-instance-billing                 = [
            {
                address       = "10.10.10.16"
                id            = "xxxx-xxxxx-xxxxxx-xxxxx"
                name          = "daffy-outfield-scrambled-showy"
                resource_type = "subnet_reserved_ip"
                subnet        = ""
             },
            {
                address       = "10.20.10.22"
                id            = "xxxx-xxxxx-xxxxxx-xxxxx"
                name          = "frogman-deflector-foe-deem"
                resource_type = "subnet_reserved_ip"
                subnet        = ""
             },
         ],
    }
    

v2.5.0

03 Aug 11:36
a77b293

Choose a tag to compare

2.5.0 (2023-08-03)

Features

v2.4.1

26 Jun 15:45
v2.4.1
6447906

Choose a tag to compare

2.4.1 (2023-06-26)

Bug Fixes

  • updated documentation and examples to use hashicorp registry syntax (#329) (6447906)

v2.4.0

07 Jun 09:08
v2.4.0
c3fdff5

Choose a tag to compare

2.4.0 (2023-06-07)

Features

v2.3.1

29 May 14:02
v2.3.1
5a80541

Choose a tag to compare

2.3.1 (2023-05-29)

Bug Fixes

  • Fix an issue preventing from creating VPE when the VPE name is unknown at plan time
  • Fix an issue where reserved IPs were not created when cloud_service_by_crn was used

v2.3.0

22 May 11:49
v2.3.0
e8aa6a1

Choose a tag to compare

2.3.0 (2023-05-22)

Features

  • update required ibm provider version to >= 1.52.0 (#304) (e8aa6a1)

v2.2.0

12 Apr 10:35
v2.2.0
76b39f2

Choose a tag to compare

2.2.0 (2023-04-12)

Features

v2.1.0

03 Apr 13:03
v2.1.0
b8cd734

Choose a tag to compare

2.1.0 (2023-04-03)

Features

  • add working examples using root module (#289) (b8cd734)

v2.0.0

25 Jan 16:08
v2.0.0
54a0617

Choose a tag to compare

2.0.0 (2023-01-25)

Features

BREAKING CHANGES

  • module is no longer supported on terraform versions lower than 1.3

v1.1.0

20 Jan 19:39
v1.1.0
0f9bae1

Choose a tag to compare

1.1.0 (2023-01-20)

Features