Skip to content

Commit 49444c1

Browse files
committed
fmt
Signed-off-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent 4da6db8 commit 49444c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ module "cdn_glb" {
6060

6161
resource "google_alloydb_user" "cloud_run_service_account" {
6262
count = var.environment == "prod" ? 1 : 0
63-
63+
6464
cluster = "projects/${var.project}/locations/${var.region}/clusters/default"
6565
user_id = replace(var.service_account_email, ".gserviceaccount.com", "")
6666
user_type = "ALLOYDB_IAM_USER"
67-
67+
6868
# IAM users don't require passwords
6969
database_roles = ["alloydbiamuser"]
7070
}

0 commit comments

Comments
 (0)