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
Copy file name to clipboardExpand all lines: website/docs/r/google_organization_policy.html.markdown
+6-3
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,14 @@ The following arguments are supported:
86
86
87
87
*`version` - (Optional) Version of the Policy. Default version is 0.
88
88
89
-
*`boolean_policy` - (Optional) A boolean policy is a constraint that is either enforced or not. Structure is documented below.
89
+
*`boolean_policy` - (Optional) A boolean policy is a constraint that is either enforced or not. Structure is documented below.
90
90
91
91
*`list_policy` - (Optional) A policy that can define specific values that are allowed or denied for the given constraint. It can also be used to allow or deny all values. Structure is documented below.
92
92
93
-
*`restore_policy` - (Optional) A restore policy is a constraint to restore the default policy. Structure is documented below.
93
+
*`restore_policy` - (Optional) A restore policy is a constraint to restore the default policy. Structure is documented below.
94
+
95
+
~> **Note:** If none of [`boolean_policy`, `list_policy`, `restore_policy`] are defined the policy for a given constraint will
96
+
effectively be unset. This is represented in the UI as the constraint being 'Inherited'.
94
97
95
98
- - -
96
99
@@ -122,7 +125,7 @@ The `restore_policy` block supports:
122
125
In addition to the arguments listed above, the following computed attributes are
123
126
exported:
124
127
125
-
*`etag` - (Computed) The etag of the organization policy. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other.
128
+
*`etag` - (Computed) The etag of the organization policy. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other.
126
129
127
130
*`update_time` - (Computed) The timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds, representing when the variable was last updated. Example: "2016-10-09T12:33:37.578138407Z".
0 commit comments