Skip to content

Commit

Permalink
fix: sa already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Aug 19, 2024
1 parent 3b39d57 commit 123e9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cluster.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is responsible for the creation of gke cluster and a service account.
# This file is responsible for the creation of gke cluster, and a service account.

resource "google_service_account" "main" {
# Since there will be two clusters for 'prod' and 'dev' envs, we need to be able to
Expand Down

0 comments on commit 123e9a4

Please sign in to comment.