Skip to content

Commit

Permalink
use project reference in service account name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyzl committed Dec 4, 2024
1 parent a9050c8 commit 6da0102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/ga4-analytics/service_account.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "google_service_account" "ga4_analytics" {
account_id = "ga4-analytics-352613"
account_id = google_project.project.project_id
display_name = "App Engine default service account"
create_ignore_already_exists = "true"
}
Expand Down

0 comments on commit 6da0102

Please sign in to comment.