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

ibm_iam_authorization_policy example shows a transaction_id input thats not documented #5703

Open
ocofaigh opened this issue Oct 5, 2024 · 0 comments
Labels
documentation service/IAM Issues related to IAM

Comments

@ocofaigh
Copy link
Contributor

ocofaigh commented Oct 5, 2024

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_authorization_policy

Description

The doc on this page has the following code block which seems to indicate a transaction_id input, however this is not documented and doesn't seem to make sense as an input:

resource "ibm_iam_authorization_policy" "policy" {
  source_service_name = "cloud-object-storage"
  target_service_name = "kms"
  roles               = ["Reader"]
  description         = "Authorization Policy"
  transaction_id     = "terraformAuthorizationPolicy"
}

Copy-paste your Terraform configurations here - for large Terraform configs,

please use a service like Dropbox and share a link to the ZIP file. For

security, you can also encrypt the files using our GPG public key.

--->

References

  • #0000
@github-actions github-actions bot added the service/IAM Issues related to IAM label Oct 5, 2024
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

1 participant