Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
Some improvement from #123
  • Loading branch information
eternityduck authored Jan 18, 2024
1 parent d6d9a80 commit c1d7b1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@ To control module's behavior, change variables' values regarding the following:

- `constraint`: set this variable with the [constraint value](https://cloud.google.com/resource-manager/docs/organization-policy/org-policy-constraints#available_constraints) in the form `constraints/{constraint identifier}`. For example, `constraints/serviceuser.services`
- `policy_type`: Specify either `boolean` for boolean policies or `list` for list policies. (default `list`)
- `policy_for`: set one of the following values to determine where the policy is applied:
- Policy Root: set one of the following values to determine where the policy is applied:
- `organization_id`
- `project_id`
- `folder_id`
- `policy_for`: Specify the hierarchy level where the policy is applied. Can be **one of** the following values.
- `organization`
- `folder`
- `project`
- `exclude_folders`: a list of folder IDs to be excluded from this policy. These folders must be lower in the hierarchy than the policy root.
- `exclude_projects`: a list of project IDs to be excluded from this policy. They must be lower in the hierarchy than the policy root.
- Boolean policies (with `policy_type: "boolean"`) can set the following variables:
Expand Down

0 comments on commit c1d7b1e

Please sign in to comment.