Skip to content

Commit

Permalink
fix: Output for workspace_service_accounts (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
magreenbaum authored Oct 26, 2024
1 parent fc86ff8 commit 911b74b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/complete/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ output "workspace_api_keys" {
output "workspace_service_accounts" {
description = "The workspace service accounts created including their attributes"
value = module.managed_grafana.workspace_service_accounts
sensitive = true
}

output "workspace_service_account_tokens" {
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ output "workspace_api_keys" {

output "workspace_service_accounts" {
description = "The workspace service accounts created including their attributes"
value = aws_grafana_workspace_service_account_token.this
value = aws_grafana_workspace_service_account.this
}

output "workspace_service_account_tokens" {
Expand Down

0 comments on commit 911b74b

Please sign in to comment.