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: docs/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ provider "authzed" {
27
27
token = var.authzed_api_token
28
28
# Uncomment to specify a different API version
29
29
# api_version = "25r1"
30
+
31
+
# Uncomment to enable serialization for high-concurrency scenarios
32
+
# fgam_serialization = true
30
33
}
31
34
```
32
35
@@ -46,6 +49,7 @@ To obtain a token, contact your AuthZed account team. They will provide you with
46
49
*`endpoint` - (Required) The host address of the AuthZed Cloud API. Default is `https://api.admin.stage.aws.authzed.net`.
47
50
*`token` - (Required) The bearer token for authentication with AuthZed.
48
51
*`api_version` - (Optional) The version of the API to use. Default is "25r1".
52
+
*`fgam_serialization` - (Optional) Enable serialization of operations to prevent conflicts. When enabled, resources within the same permission system will be created/updated sequentially instead of in parallel. Default is `false`.
0 commit comments