Skip to content

Commit

Permalink
fix: Fix output "id" in "simple-sa" module (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Aug 6, 2024
1 parent cbaa4b1 commit 3df2ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/simple-sa/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ output "iam_email" {

output "id" {
description = "Service account id in the format 'projects/{{project}}/serviceAccounts/{{email}}'"
value = google_service_account.sa.account_id
value = google_service_account.sa.id
}

output "env_vars" {
Expand Down

0 comments on commit 3df2ae8

Please sign in to comment.