Removing cluster since project is super backlogged right now

This commit is contained in:
shockrah 2024-03-24 13:41:21 -07:00
parent 219bd2c97d
commit 61439ca1a1
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ test:
rip:
source ./secrets.sh && terraform destroy
source ./secrets.sh && terraform plan -destroy -var-file variables.tfvars -input=false -out $(plan)
clean:
rm -f $(plan)

View File

@ -4,7 +4,7 @@ resource vultr_kubernetes athens {
label = var.cluster.label
enable_firewall = true
node_pools {
# how many pools do we want
# how many nodes do we want in this pool
node_quantity = 1
plan = var.cluster.pool.plan
label = var.cluster.label