Skip to content

Commit 911b74b

Browse files
authored
fix: Output for workspace_service_accounts (#42)
1 parent fc86ff8 commit 911b74b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/complete/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ output "workspace_api_keys" {
3939
output "workspace_service_accounts" {
4040
description = "The workspace service accounts created including their attributes"
4141
value = module.managed_grafana.workspace_service_accounts
42-
sensitive = true
4342
}
4443

4544
output "workspace_service_account_tokens" {

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ output "workspace_api_keys" {
3737

3838
output "workspace_service_accounts" {
3939
description = "The workspace service accounts created including their attributes"
40-
value = aws_grafana_workspace_service_account_token.this
40+
value = aws_grafana_workspace_service_account.this
4141
}
4242

4343
output "workspace_service_account_tokens" {

0 commit comments

Comments
 (0)