Update terraform/main.tf, terraform/terraform.tfvars, terraform/variables.tf

This commit is contained in:
2022-11-05 02:02:23 +00:00
parent 191208b854
commit 09f766e446
3 changed files with 0 additions and 7 deletions

View File

@@ -35,7 +35,6 @@ variable "k3master" {
storage = string
template = string
node = string
tag = number
ip = list(number)
})
}
@@ -51,7 +50,6 @@ variable "k3server" {
storage = string
template = string
node = string
tag = number
ip = list(number)
})
}