Skip to content

Commit

Permalink
docs: Fix typo constriants->constraints. (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabjas01 authored Dec 5, 2024
1 parent 57b43ec commit e795e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/org_policy_v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ module "gcp_org_policy_v2_bool" {
policy_root = "organization" # either of organization, folder or project
policy_root_id = "123456789" # either of org id, folder id or project id
constraint = "constraint name" # constraint identifier without constriants/ prefix. Example "compute.requireOsLogin"
policy_type = "boolean" # either of list or boolean
constraint = "constraint name" # constraint identifier without constraints/ prefix. Example "compute.requireOsLogin"
policy_type = "boolean" # either of list or boolean
exclude_folders = []
exclude_projects = []
Expand Down

0 comments on commit e795e00

Please sign in to comment.