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 | Set of folders to exclude from the policy | set(string) |
[] |
no |
exclude_projects | Set of projects to exclude from the policy | set(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 outputs.