Skip to content

Commit 85109e3

Browse files
committed
Fix naming service account
Must be less that 30 characters.
1 parent 563e202 commit 85109e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-infra/main.cloud-storage.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "google_storage_bucket" "cloud_storage" {
1414
}
1515

1616
resource "google_service_account" "cloud_storage" {
17-
account_id = "${local.environment_name}-cs-sa"
17+
account_id = local.environment_name
1818
display_name = "${local.environment_name}-cs-sa"
1919
description = "${local.environment_name} cloud storage service account"
2020
}

0 commit comments

Comments
 (0)