Skip to content

Commit 9438c6c

Browse files
committed
docs: add example for concurrent resources management
1 parent 96d3e75 commit 9438c6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ provider "authzed" {
2727
token = var.authzed_api_token
2828
# Uncomment to specify a different API version
2929
# api_version = "25r1"
30+
31+
# Uncomment to enable serialization for high-concurrency scenarios
32+
# fgam_serialization = true
3033
}
3134
```
3235

@@ -46,6 +49,7 @@ To obtain a token, contact your AuthZed account team. They will provide you with
4649
* `endpoint` - (Required) The host address of the AuthZed Cloud API. Default is `https://api.admin.stage.aws.authzed.net`.
4750
* `token` - (Required) The bearer token for authentication with AuthZed.
4851
* `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`.
4953

5054
## Important Notes
5155

0 commit comments

Comments
 (0)