Skip to content

Commit

Permalink
Fixing syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeva-duplo committed Jun 21, 2024
1 parent c06688f commit 24b9050
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/modules/galileo-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module "galileo_gke" {
auto_repair = true
auto_upgrade = true
initial_node_count = 1
},
},],
var.create_ml_node_group ?
[{
name = "galileo-ml"
Expand All @@ -90,7 +90,6 @@ module "galileo_gke" {
max_shared_clients_per_gpu = 2
}]
: []
]
)

node_pools_oauth_scopes = {
Expand Down

0 comments on commit 24b9050

Please sign in to comment.