Skip to content

Commit d08d87c

Browse files
authored
Update grafana_k6_installation docs (#2358)
1 parent 0ea4ad8 commit d08d87c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/resources/k6_installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |-
99
Note that this resource must be used on a provider configured with Grafana Cloud credentials.
1010
Official documentation https://grafana.com/docs/grafana-cloud/testing/k6/
1111
Required access policy scopes:
12-
stacks:readstacks:writesubscriptions:readorgs:read
12+
stacks:readstacks:writesubscriptions:readorgs:readstack-service-accounts:write
1313
---
1414

1515
# grafana_k6_installation (Resource)
@@ -28,6 +28,7 @@ Required access policy scopes:
2828
* stacks:write
2929
* subscriptions:read
3030
* orgs:read
31+
* stack-service-accounts:write
3132

3233
## Example Usage
3334

internal/resources/cloud/resource_k6_installation.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Required access policy scopes:
3333
* stacks:write
3434
* subscriptions:read
3535
* orgs:read
36+
* stack-service-accounts:write
3637
`,
3738
CreateContext: withClient[schema.CreateContextFunc](resourceK6InstallationCreate),
3839
ReadContext: resourceK6InstallationRead,

0 commit comments

Comments
 (0)