Update file variables.tf

This commit is contained in:
2023-08-06 17:37:33 +00:00
parent 948e881e83
commit ef2295aa5b

View File

@@ -49,7 +49,6 @@ variable "k3master" {
drive = string drive = string
storage = string storage = string
node = list(string) node = list(string)
ip = list(number)
}) })
} }
@@ -63,6 +62,5 @@ variable "k3server" {
drive = string drive = string
storage = string storage = string
node = list(string) node = list(string)
ip = list(number)
}) })
} }