This Terraform module allows to set a Uniform Bucket-level Access
Organization Policy. The policy may be applied on organization, folder or project level.
Name | Description | Type | Default | Required |
---|---|---|---|---|
exclude_folders | List of folders to exclude from the policy | list(string) |
[ |
no |
exclude_projects | List of projects to exclude from the policy | list(string) |
[ |
no |
folder_id | The folder id for putting the policy | string |
null |
no |
organization_id | The organization id for putting the policy | string |
null |
no |
policy_for | Resource hierarchy node to apply the policy to: can be one of organization , folder , or project . |
string |
n/a | yes |
project_id | The project id for putting the policy | string |
null |
no |
No output.