Skip to content

Commit

Permalink
stack_slug is also required for _token resource, update the example t…
Browse files Browse the repository at this point in the history
…o reflect this
  • Loading branch information
GregSharpe1 committed Dec 10, 2024
1 parent cedadb6 commit 837aac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/cloud_stack_service_account_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ resource "grafana_cloud_stack_service_account" "cloud_sa" {
}
resource "grafana_cloud_stack_service_account_token" "foo" {
stack_slug = "<your stack slug>"
name = "key_foo"
service_account_id = grafana_cloud_stack_service_account.cloud_sa.id
}
Expand Down

0 comments on commit 837aac8

Please sign in to comment.