We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2eb63 commit 5a9469cCopy full SHA for 5a9469c
modules/management/kubectl-apply/variables.tf
@@ -203,7 +203,7 @@ variable "asapd_lite" {
203
description = "Install the asapd-lite daemonset for A4X-Max Bare Metal."
204
type = object({
205
install = optional(bool, false)
206
- config_path = optional(string, "")
+ config_path = optional(string, null)
207
config_template_vars = optional(map(any), {})
208
})
209
default = {}
0 commit comments