diff --git a/terraform/variables.tf b/terraform/variables.tf index f014101..f7f4fbf 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -49,7 +49,6 @@ variable "k3master" { drive = string storage = string node = list(string) - ip = list(number) }) } @@ -63,6 +62,5 @@ variable "k3server" { drive = string storage = string node = list(string) - ip = list(number) }) } \ No newline at end of file