Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.05 KB

File metadata and controls

21 lines (15 loc) · 1.05 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 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

Outputs

No outputs.