diff --git a/docs/resources/cloud_stack_service_account.md b/docs/resources/cloud_stack_service_account.md index e0145e3a8..a91a04661 100644 --- a/docs/resources/cloud_stack_service_account.md +++ b/docs/resources/cloud_stack_service_account.md @@ -7,7 +7,7 @@ description: |- This can be used to bootstrap a management service account for a new stack 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 Required access policy scopes: - stack-service-accounts:write + stacks:readstack-service-accounts:write --- # grafana_cloud_stack_service_account (Resource) @@ -20,6 +20,7 @@ This can be used to bootstrap a management service account for a new stack Required access policy scopes: +* stacks:read * stack-service-accounts:write ## Example Usage diff --git a/internal/resources/cloud/resource_cloud_stack_service_account.go b/internal/resources/cloud/resource_cloud_stack_service_account.go index 18270d287..bef42532f 100644 --- a/internal/resources/cloud/resource_cloud_stack_service_account.go +++ b/internal/resources/cloud/resource_cloud_stack_service_account.go @@ -29,6 +29,7 @@ This can be used to bootstrap a management service account for a new stack Required access policy scopes: +* stacks:read * stack-service-accounts:write `,