Skip to content

Commit 382aa56

Browse files
docs: add required scope for cloud_stack_service_account (#1403)
* docs: add required scope for cloud_stack_service_account * go generate for docs/ * Update internal/resources/cloud/resource_cloud_stack_service_account.go * go generate --------- Co-authored-by: Julien Duchesne <[email protected]>
1 parent ecd8a3e commit 382aa56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/resources/cloud_stack_service_account.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77
This can be used to bootstrap a management service account for a new stack
88
Official documentation https://grafana.com/docs/grafana/latest/administration/service-accounts/HTTP API https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api
99
Required access policy scopes:
10-
stack-service-accounts:write
10+
stacks:readstack-service-accounts:write
1111
---
1212

1313
# grafana_cloud_stack_service_account (Resource)
@@ -20,6 +20,7 @@ This can be used to bootstrap a management service account for a new stack
2020

2121
Required access policy scopes:
2222

23+
* stacks:read
2324
* stack-service-accounts:write
2425

2526
## Example Usage

internal/resources/cloud/resource_cloud_stack_service_account.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This can be used to bootstrap a management service account for a new stack
2929
3030
Required access policy scopes:
3131
32+
* stacks:read
3233
* stack-service-accounts:write
3334
`,
3435

0 commit comments

Comments
 (0)