Skip to content

Releases: terraform-ibm-modules/terraform-ibm-s2s-auth

v1.2.3

11 Nov 14:33
v1.2.3
aa92f4a

Choose a tag to compare

1.2.3 (2024-11-11)

Bug Fixes

  • updated required IBM provider version to >= 1.70.0, < 2.0.0
    - updated CBR module to 1.28.1 (#168) (aa92f4a)

v1.2.2

07 Sep 19:05
v1.2.2
cfda984

Choose a tag to compare

1.2.2 (2024-09-07)

Bug Fixes

v1.2.1

29 Aug 18:38
v1.2.1
5f33ddc

Choose a tag to compare

1.2.1 (2024-08-29)

Bug Fixes

v1.2.0

01 Aug 06:53
v1.2.0
652f20e

Choose a tag to compare

1.2.0 (2024-08-01)

Updates (#131) (652f20e)

  • updated to CBR module 1.23.0. This update means that the zone_service_ref_list input variable format has changed from list(string) to map(object({service_ref_location=optional(list(string),[])}))
    • For example, previously you would use like so:
      zone_service_ref_list = ["cloud-object-storage"]
      
      and in this version and later, you should use like so:
      zone_service_ref_list = { "cloud-object-storage" = {} }
      

v1.1.5

15 Jun 19:10
v1.1.5
c949925

Choose a tag to compare

1.1.5 (2024-06-15)

Bug Fixes

v1.1.4

10 Jun 17:20
v1.1.4
bf654fc

Choose a tag to compare

1.1.4 (2024-06-10)

Bug Fixes

  • remove upper limit for required terraform version (#117) (bf654fc)

v1.1.3

05 Jun 10:21
v1.1.3
b02e954

Choose a tag to compare

1.1.3 (2024-06-05)

Bug Fixes

v1.1.2

02 Mar 08:14
v1.1.2
e98b5a4

Choose a tag to compare

1.1.2 (2024-03-02)

Bug Fixes

v1.1.1

28 Feb 09:24
v1.1.1
b8f7c70

Choose a tag to compare

1.1.1 (2024-02-28)

Bug Fixes

  • extend the required terraform version to < 1.7 (#79) (b8f7c70)

v1.1.0

27 Feb 20:33
af6de41

Choose a tag to compare

1.1.0 (2024-02-27)

Features

  • Previously the module accepted either CRN or GUID to be passed for the source_resource_instance_id and target_resource_instance_id, this has changed to only accept the GUID as valid input for this field in the var.service_map variable (#75) (af6de41)