Skip to content

Releases: terraform-ibm-modules/terraform-ibm-enterprise

v1.1.0

03 Sep 10:13
v1.1.0
bca2c4c
Compare
Choose a tag to compare

1.1.0 (2024-09-03)

Features

  • added support to set boolean add_owner_iam_policies inside the enterprise_accounts input. Setting this to true will create an IAM service ID in the new account and will also create an apikey. The apikey value can be retrieved using the new enterprise_accounts_iam_response output with the following syntax: module.enterprise.enterprise_accounts_iam_response[0].iam_apikey (#182) (bca2c4c)

v1.0.2

11 Jun 08:53
v1.0.2
53f3f73
Compare
Choose a tag to compare

1.0.2 (2024-06-11)

Bug Fixes

  • remove upper limit for required terraform version (#191) (53f3f73)

v1.0.1

17 Apr 15:28
v1.0.1
774d2e4
Compare
Choose a tag to compare

1.0.1 (2024-04-17)

Bug Fixes

  • Correct the logic to add -1 depth account-group as immediate parent instead of making same depth account group as parent (#162) (774d2e4)

v1.0.0

11 Mar 17:00
v1.0.0
d520b5f
Compare
Choose a tag to compare

1.0.0 (2024-03-11)

Features