-
Notifications
You must be signed in to change notification settings - Fork 52
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
Please provide a Terraform example for the VPC Image to COS IAM Authorisation #206
Comments
Here is possible solution # IAM authorize service 2 service
resource "ibm_iam_authorization_policy" "policy" {
source_service_name = "is"
target_service_name = "cloud-object-storage"
source_resource_type = "image"
roles = ["Reader","Writer"]
} |
Referring to this topic: https://cloud.ibm.com/docs/vpc?topic=vpc-object-storage-prereq&interface=cli |
Terraform example is now available in the documentation. See commit 480d82f and https://cloud.ibm.com/docs/vpc?topic=vpc-object-storage-prereq&interface=terraform |
[celebrate] Rene Meyer reacted to your message:
…________________________________
From: Vicky Muirhead ***@***.***>
Sent: Wednesday, January 22, 2025 4:29:50 PM
To: ibm-cloud-docs/vpc ***@***.***>
Cc: Rene Meyer ***@***.***>; Author ***@***.***>
Subject: [EXTERNAL] Re: [ibm-cloud-docs/vpc] Please provide a Terraform example for the VPC Image to COS IAM Authorisation (Issue #206)
Terraform example is now available in the documentation. See commit 480d82f and https: //cloud. ibm. com/docs/vpc?topic=vpc-object-storage-prereq&interface=terraform — Reply to this email directly, view it on GitHub, or unsubscribe. You
Terraform example is now available in the documentation. See commit 480d82f<480d82f > and https://cloud.ibm.com/docs/vpc?topic=vpc-object-storage-prereq&interface=terraform
—
Reply to this email directly, view it on GitHub<#206 (comment) >, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABZHBCRKHNPBZHLHTJLI2ED2L7BP5AVCNFSM6AAAAABVVLG6ESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBXG4YDQMBRGE >.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only API, CLI and UI examples are shown and Terraform provider Doc does not provide enough examples for iam_authorization_policy
The text was updated successfully, but these errors were encountered: