Skip to content

Commit 5a9469c

Browse files
nit
1 parent 6f2eb63 commit 5a9469c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/management/kubectl-apply/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ variable "asapd_lite" {
203203
description = "Install the asapd-lite daemonset for A4X-Max Bare Metal."
204204
type = object({
205205
install = optional(bool, false)
206-
config_path = optional(string, "")
206+
config_path = optional(string, null)
207207
config_template_vars = optional(map(any), {})
208208
})
209209
default = {}

0 commit comments

Comments
 (0)