Skip to content

Commit 4dc6fd3

Browse files
fix: tflint issue
1 parent 4465f88 commit 4dc6fd3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

variables.tf

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,9 @@ variable "maintenance_policy" {
101101
}
102102
description = "Define the window updates are to be applied when auto upgrade is set to true."
103103
}
104-
//variable "taint" {
105-
// type = any
106-
// default = {}
107-
//}
108104

109105
variable "kubeconfig_path" {
110-
description = "The path to save the kubeconfig to"
106+
type = string
111107
default = "./kubeonfig"
108+
description = "The path to save the kubeconfig to"
112109
}

0 commit comments

Comments
 (0)