fix(deps): update terraform terraform-ibm-modules/trusted-profile/ibm to v3 #226
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:
2.2.0->3.0.0Release Notes
terraform-ibm-modules/terraform-ibm-trusted-profile (terraform-ibm-modules/trusted-profile/ibm)
v3.0.0Compare Source
(#181) (07e3a80)
Bug Fixes
trusted_profile_policiesnow has a required attribute calledunique_identifierwhich must have a unique value per policy. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.trusted_profile_claim_rulesnow has a required attribute calledunique_identifierwhich must have a unique value per claim rule. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.trusted_profile_linksnow has a required attribute calledunique_identifier` which must have a unique value per profile link. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.BREAKING CHANGES
unique_identifierattribute. For example, if you used the following value for trusted profile name:trusted_profile_name = "my-profile"you should use the following naming conventions:Trusted profile policies
Trusted profile policies
Trusted profile links
v2.3.1Compare Source
Bug Fixes
nameifcr_typeis not 'IKS_SA' or 'ROKS_SA' (#180) (ca23b79)v2.3.0Compare Source
Features
* updated required terraform to be
>= 1.9.0(#162) (1a72bc6)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.