We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563e202 commit 85109e3Copy full SHA for 85109e3
mithril-infra/main.cloud-storage.tf
@@ -14,7 +14,7 @@ resource "google_storage_bucket" "cloud_storage" {
14
}
15
16
resource "google_service_account" "cloud_storage" {
17
- account_id = "${local.environment_name}-cs-sa"
+ account_id = local.environment_name
18
display_name = "${local.environment_name}-cs-sa"
19
description = "${local.environment_name} cloud storage service account"
20
0 commit comments