diff --git a/aks/dfe_analytics/resources.tf b/aks/dfe_analytics/resources.tf index 1f690bc..43ecc96 100644 --- a/aks/dfe_analytics/resources.tf +++ b/aks/dfe_analytics/resources.tf @@ -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" }