Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan <[email protected]>
  • Loading branch information
thepalbi and tristanburgess authored Sep 27, 2024
1 parent f083895 commit 298e862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The changelog for this provider can be found here: <https://github.com/grafana/t

### Managing Cloud Provider

Before using the cloud provider, you need to create an access policy token on the Grafana Cloud Portal. This token is used to authenticate the provider to Grafana's Cloud Provider API.
Before using the Terraform Provider to manage Grafana Cloud Provider Observability resources, such as AWS CloudWatch scrape jobs, you need to create an access policy token on the Grafana Cloud Portal. This token is used to authenticate the provider to the Grafana Cloud Provider API.
[These docs](https://grafana.com/docs/grafana-cloud/account-management/authentication-and-permissions/access-policies/authorize-services/#create-an-access-policy-for-a-stack) will guide you on how to create
an access policy. The required permissions, or scopes, are `integration-management:read`, `integration-management:write` and `stacks:read`.

Expand Down Expand Up @@ -73,8 +73,8 @@ Once you have the token and Cloud Provider API hostanme, you can configure the p
```hcl
provider "grafana" {
// ...
cloud_provider_url = "https://cloud-provider-api-url.com"
cloud_provider_access_token = "token"
cloud_provider_url = <Cloud Provider API URL from previous step>
cloud_provider_access_token = <Access Token from previous step>
}
```

Expand Down

0 comments on commit 298e862

Please sign in to comment.