generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 5
fix(deps): update terraform-module #382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/run pipeline |
bdf05dc
to
1c25dda
Compare
/run pipeline |
1c25dda
to
05dfaba
Compare
/run pipeline |
05dfaba
to
d15304b
Compare
/run pipeline |
d15304b
to
227a5ee
Compare
/run pipeline |
227a5ee
to
4d64cd5
Compare
/run pipeline |
4d64cd5
to
8f86506
Compare
/run pipeline |
8f86506
to
e66fa2d
Compare
/run pipeline |
1 similar comment
/run pipeline |
e66fa2d
to
f293135
Compare
/run pipeline |
f293135
to
9dc6009
Compare
/run pipeline |
9dc6009
to
63ce24b
Compare
/run pipeline |
63ce24b
to
d0989f2
Compare
/run pipeline |
d0989f2
to
5a91357
Compare
/run pipeline |
5a91357
to
d07b32e
Compare
/run pipeline |
terraform-ibm-modules-dev
approved these changes
Apr 13, 2025
🎉 This PR is included in version 3.4.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.1.6
->v1.2.0
4.19.8
->4.21.8
1.1.6
->1.2.0
1.22.0
->1.26.4
Release Notes
terraform-ibm-modules/terraform-ibm-resource-group (github.com/terraform-ibm-modules/terraform-ibm-resource-group)
v1.2.0
Compare Source
Features
>= 1.9.0
(#706) (d2dbcd8)
terraform-ibm-modules/terraform-ibm-kms-all-inclusive (terraform-ibm-modules/kms-all-inclusive/ibm)
v4.21.8
Compare Source
Bug Fixes
v4.21.7
Compare Source
Bug Fixes
v4.21.6
Compare Source
Bug Fixes
v4.21.5
Compare Source
Bug Fixes
v4.21.4
Compare Source
Bug Fixes
v4.21.3
Compare Source
Bug Fixes
v4.21.2
Compare Source
Bug Fixes
v4.21.1
Compare Source
Bug Fixes
v4.21.0
Compare Source
Features
cross-region-resiliency
Key Protect instance plan.- updated the
keys
input to support kmip configuration. This input is now marked as a sensitive input since it can contain a private certificate value. (#620) (3a93855)v4.20.0
Compare Source
Features
(#624) (115f845)
resource_tags
->key_protect_resource_tags
access_tags
->key_protect_access_tags
cbr_rules
->key_protect_instance_cbr_rules
key_protect_instance_name
has changed frombase-security-services-kms
->key-protect
terraform-ibm-modules/terraform-ibm-secrets-manager (terraform-ibm-modules/secrets-manager/ibm)
v1.26.4
Compare Source
Fixes
skip_iam_authorization_policy
from the DA. Previously this was automatically set tofalse
with no ability to override in the DA, meaning you might get an error if passing an existing Secrets Manager instance if the auth policy already exists. Exposing it now allows consumers to disable auth policy creation if it already exists.v1.26.3
Compare Source
Fixes
added a fix to KMS key validation that was causing the following error when passing an existing Secrets Manager instance:
v1.26.2
Compare Source
Fixes
added a fix for a missing moved block in the DA which can cause the following destroys to be seen when upgrading to version
1.23.0
or later:module.secrets_manager.ibm_sm_en_registration.sm_en_registration[0] will be destroyed
v1.26.1
Compare Source
Fixes
added a fix for a missing moved block in the DA which can cause the following destroys to be seen when upgrading to version
1.23.0
or later:module.secrets_manager.ibm_iam_authorization_policy.en_policy[0] will be destroyed
module.secrets_manager.ibm_sm_en_registration.sm_en_registration[0] will be destroyed
v1.26.0
Compare Source
Features
(#295) (a0cab06)
kms_instance_guid
input has been removed from the module. It is now programmatically determined from the value ofkms_key_crn
is_hpcs_key
has been added to the module and should be set totrue
if the key specified inkms_key_crn
is from a Hyper Protect instance. Leave it at false if using Key Protect. If set to true, a second auth policy is created which allows the Secrets Manager instance Viewer access to the HPCS instance.v1.25.5
Compare Source
Bug Fixes
v1.25.4
Compare Source
Bug Fixes
v1.25.3
Compare Source
Bug Fixes
skip_iam_authorization_policy
in the fscloud submodule (#301) (94db9b1)v1.25.2
Compare Source
Bug Fixes
v1.25.1
Compare Source
Bug Fixes
1.76.0
(#303) (190d59d)v1.25.0
Compare Source
Features
skip_iam_authorization_policy
which defaults to false, meaning by default the module will now create the IAM authorization policies required to enable the IAM credentials engine by creating policies that grants the Secrets Manager instance 'Operator' access to the IAM identity service, and 'Groups Service Member Manage' access to the IAM groups service (#237) (e5d4806)v1.24.3
Compare Source
Bug Fixes
v1.24.2
Compare Source
Bug Fixes
v1.24.1
Compare Source
Bug Fixes
v1.24.0
Compare Source
(#290) (fef71c3)
Features
kms_key_ring_name
has been changed from "sm-cos-key-ring" --> "secrets-manager-key-ring"kms_key_name
has been changed from "sm-cos-key" --> "secrets-manager-key"iam_engine_name
has been changed from "base-sm-iam-engine" --> "iam-engine"secrets_manager_instance_name
has been changed from "base-security-services-sm" --> "secrets-manager"NOTE: If upgrading from a previous release, to prevent infrastructure being destroyed and recreated, you can override the defaults back to their original values.
v1.23.9
Compare Source
Bug Fixes
v1.23.8
Compare Source
Bug Fixes
v1.23.7
Compare Source
Bug Fixes
v1.23.6
Compare Source
Bug Fixes
v1.23.5
Compare Source
Bug Fixes
v1.23.4
Compare Source
Bug Fixes
- you can now supply key-protect or hyper-protect keys to the fscloud module for encryption (007f829)
v1.23.3
Compare Source
Bug Fixes
v1.23.2
Compare Source
Bug Fixes
v1.23.1
Compare Source
Bug Fixes
v1.23.0
Compare Source
Features
existing_secrets_endpoint_type
andallowed_network
inputs have been removed. (#259) (cc1ef7f)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.