Skip to content
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

Add additional example to ibm_iam_trusted_profile_policy #3532

Closed
dprosper opened this issue Jan 31, 2022 · 0 comments
Closed

Add additional example to ibm_iam_trusted_profile_policy #3532

dprosper opened this issue Jan 31, 2022 · 0 comments
Labels
documentation service/IAM Issues related to IAM

Comments

@dprosper
Copy link
Contributor

dprosper commented Jan 31, 2022

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

New or Affected Resource(s) or Datasource(s)

  • ibm_iam_trusted_profile_policy

Description

resource "ibm_iam_trusted_profile" "profile_id" {
  name = "test"
}
resource "ibm_iam_trusted_profile_policy" "policy" {
  profile_id = ibm_iam_trusted_profile.profile_id.id
  roles      = ["Viewer"]

  resource_attributes {
    name  = "serviceName"
    value = "databases-for-redis"
  }

  resource_attributes {
    name  = "serviceInstance"
    value = var.redis_guid
  }
}

References

  • #0000
@github-actions github-actions bot added the service/IAM Issues related to IAM label Jan 31, 2022
kavya498 added a commit to kavya498/terraform-provider-ibm that referenced this issue Feb 9, 2022
@kavya498 kavya498 mentioned this issue Feb 9, 2022
hkantare pushed a commit that referenced this issue Feb 11, 2022
@hkantare hkantare closed this as completed May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation service/IAM Issues related to IAM
Projects
None yet
Development

No branches or pull requests

2 participants