Skip to content

Commit 3df2ae8

Browse files
authored
fix: Fix output "id" in "simple-sa" module (#125)
1 parent cbaa4b1 commit 3df2ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/simple-sa/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ output "iam_email" {
2626

2727
output "id" {
2828
description = "Service account id in the format 'projects/{{project}}/serviceAccounts/{{email}}'"
29-
value = google_service_account.sa.account_id
29+
value = google_service_account.sa.id
3030
}
3131

3232
output "env_vars" {

0 commit comments

Comments
 (0)