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

@@ -10,7 +10,6 @@ k3master = {
storage = "domains"
template = "CentOS9-Template"
node = "overlord"
tag = "20"
ip = ["121", "122", "123"]
}
@@ -23,6 +22,5 @@ k3server = {
storage = "NVMeSSD"
template = "CentOS9-Template"
node = "overlord"
tag = "20"
ip = ["124", "125", "126"]
}