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
+8
Original file line number
Diff line number
Diff line change
@@ -127,3 +127,11 @@ exported:
127
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 with the format `folders/<folderId>:constraints/<constraint>`. eg
Copy file name to clipboardExpand all lines: website/docs/r/google_project_organization_policy.html.markdown
+9-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,11 @@ 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 with the format `<projectId>:constraints/<constraint>`. eg
0 commit comments