Skip to content

Commit

Permalink
r/aws_grafana_workspace_service_account_token: Tweak documentation ex…
Browse files Browse the repository at this point in the history
…ample.
  • Loading branch information
ewbankkit committed Jul 12, 2024
1 parent da430af commit 9b3012d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_grafana_workspace_service_account" "example" {
resource "aws_grafana_workspace_service_account_token" "example" {
name = "example-key"
service_account_id = aws_grafana_workspace_service_account.example.id
service_account_id = aws_grafana_workspace_service_account.example.service_account_id
seconds_to_live = 3600
workspace_id = aws_grafana_workspace.example.id
}
Expand Down

0 comments on commit 9b3012d

Please sign in to comment.