Skip to content

Commit ee4298d

Browse files
committed
Fix variables.tf formatting
Fixes the formatting of variables.tf
1 parent 9e0d81e commit ee4298d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,11 @@ variable "cilium_value_overrides" {
371371
be used in conjunction with cilium default values. This is
372372
similar to calling the --set when installing via helm cli.
373373
EOF
374-
type = list(object({
374+
type = list(object({
375375
name = string
376376
value = string
377377
}))
378-
default = []
378+
default = []
379379
}
380380

381381

0 commit comments

Comments
 (0)