Skip to content

chore(deps): update terraform terraform-ibm-modules/trusted-profile/ibm to v3 #550

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented May 19, 2025

This PR contains the following updates:

Package Type Update Change
terraform-ibm-modules/trusted-profile/ibm (source) module major 2.3.1 -> 3.1.1

Release Notes

terraform-ibm-modules/terraform-ibm-trusted-profile (terraform-ibm-modules/trusted-profile/ibm)

v3.1.1

Compare Source

Bug Fixes
  • deps: update required ibm provider version to >= 1.79.1, < 2.0.0 (#​193) (4baead8)

v3.1.0

Compare Source

Features
  • Updates to trusted-profile-template submodule:
    - identity_crn input has been changed to identities and now supports all identitiy types: user, serviceid and crn. Its also now optional to pass any idenitify.
    - Added support to assign trusted profile template to single accounts using new input account_ids_to_assign (#​189) (d0f234e)

v3.0.0

Compare Source

(#​181) (07e3a80)

Bug Fixes
  • added a fix to prevent resources getting destroyed when a trusted profile name is being renamed
    • trusted_profile_policies now has a required attribute called unique_identifier which 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_rules now has a required attribute called unique_identifier which 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_links now 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
  • If upgrading from a previous version, you can prevent resources from being recreated if you use the correct value for the new unique_identifier attribute. 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 = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
Trusted profile policies
trusted_profile_claim_rules = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
Trusted profile links
trusted_profile_links = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 7346bed to a2e25c8 Compare May 20, 2025 00:01
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from a2e25c8 to 63f7bd8 Compare May 20, 2025 03:52
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 63f7bd8 to a2fc5f5 Compare May 20, 2025 19:23
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from a2fc5f5 to cb794ff Compare May 20, 2025 23:22
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from cb794ff to b1cc37a Compare May 21, 2025 15:24
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from b1cc37a to a0e74e4 Compare May 23, 2025 03:34
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from a0e74e4 to 4615f08 Compare May 23, 2025 07:33
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 4615f08 to c0a75ad Compare May 23, 2025 11:31
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from c0a75ad to 1932de7 Compare May 23, 2025 19:32
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 1932de7 to 6151550 Compare May 24, 2025 06:09
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 6151550 to 4c13bf9 Compare May 24, 2025 12:10
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 4c13bf9 to 8ab9dfa Compare May 24, 2025 19:47
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

1 similar comment
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 8ab9dfa to 2dff4cf Compare May 25, 2025 08:34
@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 711c59d to b327f38 Compare July 18, 2025 19:34
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from b327f38 to 3a1ab27 Compare July 19, 2025 13:01
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 3a1ab27 to a6bbb22 Compare July 19, 2025 19:33
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

1 similar comment
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from a6bbb22 to 3c9b3b0 Compare July 21, 2025 15:41
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 3c9b3b0 to e892579 Compare July 21, 2025 19:39
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from e892579 to 6473e03 Compare July 21, 2025 23:38
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 6473e03 to b75b15c Compare July 23, 2025 03:15
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from b75b15c to 706b941 Compare July 23, 2025 23:15
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 706b941 to b389783 Compare July 24, 2025 03:23
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from b389783 to f704522 Compare July 25, 2025 03:35
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from f704522 to 4d6bb4a Compare July 26, 2025 21:06
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 4d6bb4a to 6d52fb6 Compare July 27, 2025 05:34
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 6d52fb6 to 4b12f67 Compare July 27, 2025 23:40
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 4b12f67 to 0c5cf67 Compare July 28, 2025 03:32
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants