You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,6 +115,7 @@ To control module's behavior, change variables' values regarding the following:
81
115
-`exclude_projects`: a list of project IDs to be excluded from this policy. They must be lower in the hierarchy than the policy root.
82
116
-`rules`: Specify policy rules and conditions. Rules contain the following parameters:
83
117
-`enforcement`: if `true` or `null`then policy will `deny_all`; if `false` then policy will `allow_all`. Applies for `boolean` based policies.
118
+
-`parameters`: Applies for `boolean` type policies for `managed` constraints, if constraint has parameters defined. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: `{"allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true }`
84
119
-`allow`: list of values to include in the policy with ALLOW behavior. Set `enforce` to `null` to use it.
85
120
-`deny`: list of values to include in the policy with DENY behavior. Set `enforce` to `null` to use it.
86
121
-`conditions`: [Organization tags](https://cloud.google.com/resource-manager/docs/organization-policy/tags-organization-policy) provides a way to conditionally allow or deny policies based on whether a resource has a specific tag. You can use tags and conditional enforcement of organization policies to provide centralized control of the resources in your hierarchy. Each condition has the following properties:
@@ -117,7 +152,7 @@ To control module's behavior, change variables' values regarding the following:
117
152
| policy\_root | Resource hierarchy node to apply the policy to: can be one of `organization`, `folder`, or `project`. |`string`|`"organization"`| no |
118
153
| policy\_root\_id | The policy root id, either of organization\_id, folder\_id or project\_id |`string`|`null`| no |
119
154
| policy\_type | The constraint type to work with (either 'boolean' or 'list') |`string`|`"list"`| no |
0 commit comments