Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.1 KB

File metadata and controls

21 lines (15 loc) · 1.1 KB

Bucket Policy Only Module

This Terraform module allows to set a Uniform Bucket-level Access Organization Policy. The policy may be applied on organization, folder or project level.

Inputs

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

Outputs

No output.