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_folder_organization_policy.html.markdown
+13-4
Original file line number
Diff line number
Diff line change
@@ -87,12 +87,12 @@ The following arguments are supported:
87
87
88
88
*`version` - (Optional) Version of the Policy. Default version is 0.
89
89
90
-
*`boolean_policy` - (Optional) A boolean policy is a constraint that is either enforced or not. Structure is documented below.
90
+
*`boolean_policy` - (Optional) A boolean policy is a constraint that is either enforced or not. Structure is documented below.
91
91
92
-
*`list_policy` - (Optional) A policy that can define specific values that are allowed or denied for the given constraint. It
92
+
*`list_policy` - (Optional) A policy that can define specific values that are allowed or denied for the given constraint. It
93
93
can also be used to allow or deny all values. Structure is documented below.
94
94
95
-
*`restore_policy` - (Optional) A restore policy is a constraint to restore the default policy. Structure is documented below.
95
+
*`restore_policy` - (Optional) A restore policy is a constraint to restore the default policy. Structure is documented below.
96
96
97
97
- - -
98
98
@@ -124,6 +124,15 @@ The `restore_policy` block supports:
124
124
In addition to the arguments listed above, the following computed attributes are
125
125
exported:
126
126
127
-
*`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.
127
+
*`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
128
129
129
*`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".
130
+
131
+
## Import
132
+
133
+
Folder organization policies can be imported using any of the follow formats:
Copy file name to clipboardExpand all lines: website/docs/r/google_project_organization_policy.html.markdown
+11-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ The following arguments are supported:
91
91
92
92
*`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.
93
93
94
-
*`restore_policy` - (Optional) A restore policy is a constraint to restore the default policy. Structure is documented below.
94
+
*`restore_policy` - (Optional) A restore policy is a constraint to restore the default policy. Structure is documented below.
95
95
96
96
- - -
97
97
@@ -126,3 +126,13 @@ exported:
126
126
*`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.
127
127
128
128
*`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".
129
+
130
+
## Import
131
+
132
+
Project organization policies can be imported using any of the follow formats:
0 commit comments