Skip to content

Commit

Permalink
Merge pull request #132 from DFE-Digital/2124-service-account-length
Browse files Browse the repository at this point in the history
[2124] Reduce length of Bigquery service account name
  • Loading branch information
saliceti authored Nov 15, 2024
2 parents 26f3b77 + 7bb9468 commit 24576f3
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-wif-${var.service_short}-${var.environment}"
account_id = "app-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 24576f3

Please sign in to comment.