Skip to content

Releases: terraform-ibm-modules/terraform-ibm-landing-zone

v3.1.3

07 Apr 09:48
5b2d130

Choose a tag to compare

3.1.3 (2023-04-07)

Bug Fixes

  • update incorrect variable description (#368) (5b2d130)

v3.1.2

06 Apr 15:49
v3.1.2
67efbd2

Choose a tag to compare

3.1.2 (2023-04-06)

Bug Fixes

  • adjust types surfaced in IBM Cloud catalog (#371) (67efbd2)

v3.1.1

31 Mar 16:04
aedcd32

Choose a tag to compare

3.1.1 (2023-03-31)

Bug Fixes

  • if you currently have var.atracker.add_route set to false, an atracker target may have been provisioned. When updating to this version, if you still have var.atracker.add_route set to false, it will get destroyed. This is expected as the target is doing nothing without the route anyway. (#326) (aedcd32)

v3.1.0

31 Mar 14:22
v3.1.0
1e876b8

Choose a tag to compare

3.1.0 (2023-03-31)

Features

  • deps: consume terraform-ibm-landing-zone-vpc v5.0.1 and update ACL rules (#315) (1e876b8)

v3.0.3

24 Mar 17:00
9f6e391

Choose a tag to compare

3.0.3 (2023-03-24)

Bug Fixes

v3.0.2

23 Mar 11:51
d03cbcd

Choose a tag to compare

3.0.2 (2023-03-23)

Bug Fixes

v3.0.1

22 Mar 15:30
f56d0e6

Choose a tag to compare

3.0.1 (2023-03-22)

Bug Fixes

v3.0.0

10 Mar 16:28
v3.0.0
a1debe5

Choose a tag to compare

3.0.0 (2023-03-10)

Bug Fixes

  • update kube_version description and only allow latest instead of default (#286) (a1debe5)

BREAKING CHANGES

  • The variable kube_version no longer accepts the value "default". It has been replaced with the string "latest" because the logic has actually always deployed latest and not the default version. Best practise is to lock into a specific version anyway.

v2.0.0

27 Jan 11:54
v2.0.0
5d071dd

Choose a tag to compare

2.0.0 (2023-01-27)

Features

BREAKING CHANGES

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

v1.13.3

06 Jan 15:38
v1.13.3
855a91b

Choose a tag to compare

1.13.3 (2023-01-06)

Bug Fixes

  • wait 30secs after security group is destroyed before destroying VPE to fix race condition (#217) (855a91b)