Skip to content

Commit

Permalink
fix: necessary permissions for terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 3, 2024
1 parent 2d1cf28 commit 1c88c77
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
Expand Up @@ -27,7 +27,7 @@ resource "google_container_cluster" "main" {
}

node_config {

# 8 vcpu, 32 gb ram
machine_type = "e2-standard-8"
service_account = local.service_account_email # Retrieving the email of the service account from locals
disk_size_gb = 10 # Setting disk size to 10 GB because of the free account quota limits
Expand Down

0 comments on commit 1c88c77

Please sign in to comment.