title | platform |
---|---|
About the google_storage_bucket_iam_binding resource |
gcp |
A google_storage_bucket_iam_binding
is used to test a Google Bucket Iam Bindings
describe google_storage_bucket_iam_binding(bucket: "bucket", role: "roles/editor") do
it { should exist }
its('members') { should include 'user:[email protected]' }
end
Properties that can be accessed from the google_storage_bucket_iam_binding
resource:
-
role
: Role that is assigned to members. For example, roles/viewer, roles/editor, or roles/owner. -
members
: Specifies the identities requesting access for a Cloud Platform resource.
Ensure the Google Cloud Storage is enabled for the current project.