diff --git a/common-dev-assets b/common-dev-assets index 2ba5cc2..abf631a 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 2ba5cc2c867361e8bcf34bd95f7359cc03d82b25 +Subproject commit abf631a16a48a308e609896937e1eed16b4aae4e diff --git a/main.tf b/main.tf index 6ddae6c..02432a8 100644 --- a/main.tf +++ b/main.tf @@ -43,7 +43,7 @@ locals { resource "ibm_iam_trusted_profile_policy" "policy" { for_each = local.policy_map - profile_id = ibm_iam_trusted_profile.profile.profile_id + iam_id = ibm_iam_trusted_profile.profile.iam_id roles = each.value.roles account_management = each.value.account_management description = each.value.description diff --git a/tests/go.mod b/tests/go.mod index 5876664..5d8719b 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module github.com/terraform-ibm-modules/terraform-ibm-trusted-profile go 1.24.0 -toolchain go1.24.5 +toolchain go1.25.0 require ( github.com/stretchr/testify v1.10.0