Skip to content

Commit

Permalink
Update service account name
Browse files Browse the repository at this point in the history
Avoid clash with the existing service accounts in gcloud.
  • Loading branch information
vipin-dfe committed Nov 8, 2024
1 parent bad5a09 commit 1b9ac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aks/dfe_analytics/resources.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "google_service_account" "appender" {
account_id = "appender-${var.service_short}-${var.environment}"
account_id = "appender-wif-${var.service_short}-${var.environment}"
display_name = "Service Account appender to ${var.service_short} in ${var.environment} environment"
description = "Configured with workflow identity federation from Azure"
}
Expand Down

0 comments on commit 1b9ac04

Please sign in to comment.