Skip to content

Commit d8a5a13

Browse files
committed
docs: specify endpoint_allowed_accounts clearly
1 parent 51c4584 commit d8a5a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "skysql_service" "default" {
5252
- `architecture` (String) The architecture of the service. Valid values are: amd64 or arm64
5353
- `availability_zone` (String) The availability zone of the service
5454
- `deletion_protection` (Boolean) Whether to enable deletion protection. Valid values are: true or false. Default is true
55-
- `endpoint_allowed_accounts` (List of String) The list of cloud accounts (aws account ids or gcp projects) that are allowed to access the service
55+
- `endpoint_allowed_accounts` (List of String) The list of cloud accounts (aws, azure, or gcp projects) that are allowed to access the service. Works only with `privateconnect` endpoint mechanism
5656
- `endpoint_mechanism` (String) The endpoint mechanism to use. Valid values are: privateconnect or nlb
5757
- `is_active` (Boolean) Whether the service is active
5858
- `maxscale_nodes` (Number) The number of MaxScale nodes

0 commit comments

Comments
 (0)