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: google/services/accesscontextmanager/resource_access_context_manager_service_perimeter_dry_run_resource.go
Description: `The name of the Access Policy this resource belongs to.`,
69
69
},
70
+
"etag": {
71
+
Type: schema.TypeString,
72
+
Computed: true,
73
+
Description: `The perimeter etag is internally used to prevent overwriting the list of perimeter resources on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of resources. The resource to add or remove is merged into that list and then this etag is sent with the PATCH call along with the updated resource list.`,
Copy file name to clipboardExpand all lines: google/services/accesscontextmanager/resource_access_context_manager_service_perimeter_dry_run_resource_generated_meta.yaml
Copy file name to clipboardExpand all lines: website/docs/r/access_context_manager_service_perimeter_dry_run_resource.html.markdown
+3
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,9 @@ In addition to the arguments listed above, the following computed attributes are
99
99
*`access_policy_id` -
100
100
The name of the Access Policy this resource belongs to.
101
101
102
+
*`etag` -
103
+
The perimeter etag is internally used to prevent overwriting the list of perimeter resources on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of resources. The resource to add or remove is merged into that list and then this etag is sent with the PATCH call along with the updated resource list.
0 commit comments