Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Feb 13, 2025
1 parent 79dbf2f commit c32de06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/modules/mysql-shard/mysql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ resource "google_project_iam_member" "breakglass_iam_group_permissions" {
])
project = var.project_id
role = each.key
member = var.breakglass_iam_group != "" ? "group:${var.breakglass_iam_group}" : null
member = var.breakglass_iam_group != "" ? "group:${var.breakglass_iam_group}" : null
}

0 comments on commit c32de06

Please sign in to comment.