Releases: terraform-ibm-modules/terraform-ibm-secrets-manager
Releases · terraform-ibm-modules/terraform-ibm-secrets-manager
v1.10.0
1.10.0 (2024-04-19)
Features
- DA updates:
- existing_resource_group
has been renamed to use_existing_resource_group
- kms_region
input has been removed, its not porgrammtically determined
- existing_kms_guid
has been renamed to existing_kms_instance_crn
and now required CRN value to be passed (#101) (ab617f2)
v1.9.0
1.9.0 (2024-04-18)
Features
- The following variables have been renamed in the DA solution:
- existing_sm_kms_key_crn
-> existing_secrets_manager_kms_key_crn
- existing_en_instance_crn
-> existing_event_notification_instance_crn
- skip_en_iam_authorization_policy
-> skip_event_notification_iam_authorization_policy
(#105) (52fbdd3)
v1.8.0
1.8.0 (2024-04-17)
Features
- added the ability to optionally add a prefix to all resources created by the DA using the new
prefix
input variable (#99) (23c2542)
v1.7.0
1.7.0 (2024-04-16)
Features
- The following DA variables have been renamed:
sm_key_name
-> kms_key_name
sm_key_ring_name
-> kms_key_ring_name
(#93) (4593f02)
v1.6.0
1.6.0 (2024-04-11)
Features
- Add support to DA to provision IAM engine (#89) (9db51ed)
v1.5.0
1.5.0 (2024-04-11)
Updates
- The
service_endpoints
variable has been renamed to allowed_network
and now only accepts the following values: private-only
or public-and-private
(#69) (1f9ff19)
v1.4.1
1.4.1 (2024-04-09)
Bug Fixes
- deps: bump kms-all-inclusive and IBM provider (#91) (3141151)
v1.4.0
1.4.0 (2024-04-09)
Features
- added new output
secrets_manager_region
(#88) (2a13066)
v1.3.1
1.3.1 (2024-04-07)
Bug Fixes
- deps: update terraform ibm to latest for the deployable architecture solution (#84) (d400f6d)
v1.3.0
1.3.0 (2024-03-26)
Features