Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robrankin committed Nov 26, 2024
1 parent 9eef5a0 commit 091fbb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/gke-nodepool/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ resource "google_service_account" "service_account" {
? split("@", var.service_account.email)[0]
: "tf-gke-${var.name}"
)
# display_name = "Terraform GKE ${var.cluster_name} ${var.name}."
display_name = local.service_account_display_name
}

Expand Down

0 comments on commit 091fbb4

Please sign in to comment.