Skip to content

Commit

Permalink
Fix Identity Output
Browse files Browse the repository at this point in the history
  • Loading branch information
JoDexsph committed Jun 24, 2024
1 parent bf46be1 commit 564c817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ output "rbac_id" {
}

output "identity" {
value = try(azurerm_cognitive_account.identity, null)
value = try(azurerm_cognitive_account.service.identity, null)
}

0 comments on commit 564c817

Please sign in to comment.