Skip to content

Commit 1a3703d

Browse files
committed
fix spacing/lint error
1 parent 75ef361 commit 1a3703d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

variables.tf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ variable "network_config" {
3232
variable "gke_config" {
3333
description = "GKE cluster configuration. Make sure to use large enough machine types for your Materialize instances."
3434
type = object({
35-
node_count = number
36-
machine_type = string
37-
disk_size_gb = number
38-
min_nodes = number
39-
max_nodes = number
35+
node_count = number
36+
machine_type = string
37+
disk_size_gb = number
38+
min_nodes = number
39+
max_nodes = number
4040
})
4141
default = {
42-
node_count = 1
43-
machine_type = "e2-standard-4"
44-
disk_size_gb = 50
45-
min_nodes = 1
46-
max_nodes = 2
42+
node_count = 1
43+
machine_type = "e2-standard-4"
44+
disk_size_gb = 50
45+
min_nodes = 1
46+
max_nodes = 2
4747
}
4848
}
4949

0 commit comments

Comments
 (0)