Releases: terraform-ibm-modules/terraform-ibm-account-infrastructure-base
Releases · terraform-ibm-modules/terraform-ibm-account-infrastructure-base
v1.18.2
1.18.2 (2025-02-11)
Bug Fixes
- added additional prefix input validation and added missing inputs to catalog config (#246) (d5bca0b)
v1.18.1
1.18.1 (2025-02-08)
Bug Fixes
- deps: update terraform terraform-ibm-modules/trusted-profile/ibm to v2 (#281) (a6a57cd)
v1.18.0
1.18.0 (2025-01-16)
Updates:
- Adds the default value of prefix in DA
- Mark as required in catalog manifest
- Allowed prefix to be "" (empty string ) (#278) (f441d5f)
v1.17.3
1.17.3 (2025-01-11)
Bug Fixes
- deps: update terraform ibm to latest for the da solution (#275) (75ba974)
v1.17.2
1.17.2 (2024-12-18)
Bug Fixes
- deps: update terraform ibm to latest for the da solution (#265) (a8917a7)
v1.17.0
1.17.0 (2024-12-09)
Features
- In this release, the DA now creates default resource group by default. (#261) (ee67d10).
- You may opt-out of this new behavior by setting the input variable
audit_resource_group_name
, devops_resource_group_name
, edge_resource_group_name
, management_resource_group_name
, observability_resource_group_name
, security_resource_group_name
and workload_resource_group_name
to null in native terraform, or the string __NULL__
in IBM Cloud Project.
v1.16.3
1.16.3 (2024-12-08)
Bug Fixes
- deps: update terraform ibm to latest for the da solution (#256) (eb00e4b)
v1.16.2
1.16.2 (2024-11-28)
Bug Fixes
- update prefix validation to allow
null
value (#259) (083fd9c)
v1.16.1
1.16.1 (2024-11-28)
Bug Fixes
- Update prefix validation to allow null value in variables.tf (#258) (31452a9)