An open API service indexing awesome lists of open source software.

https://github.com/data-platform-hq/terraform-google-cloud-storage-iam

Terraform module for creation of Google Storage IAM
https://github.com/data-platform-hq/terraform-google-cloud-storage-iam

google-cloud terraform-module

Last synced: 7 months ago
JSON representation

Terraform module for creation of Google Storage IAM

Awesome Lists containing this project

README

          

# Google IAM policy for Cloud Storage Bucket Terraform module
Terraform module for creation Google IAM policy for Cloud Storage Bucket

## Usage

## Requirements
| Name | Version |
|---------------------------------------------------------------------------|-----------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |
| [google](#requirement\_google) | >= 4.84.0 |

## Providers
| Name | Version |
|------------------------------------------------------------|---------|
| [google](#provider\_google) | 4.84.0 |

## Modules
No modules.

## Resources
| Name | Type |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| [google_storage_bucket_iam_member.this](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket_iam#google_storage_bucket_iam_member) | resource |

## Inputs
| Name | Description | Type | Default | Required |
|-------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|----------|---------|:--------:|
| [bucket\_iam\_config](#input\_bucket\_iam\_config) | The list of IAM members, roles, buckets to grant permissions on the bucket | `object` | n/a | yes |

## Outputs
| Name | Description |
|-------------------------------------------------------------------------|-------------------------------------|

## License

Apache 2 Licensed. For more information please see [LICENSE](https://github.com/data-platform-hq/terraform-google-cloud-storage-iam/blob/main/LICENSE)