Move declaration of primary IPs into kubernetes-module

This commit is contained in:
2025-10-17 12:37:57 +02:00
parent cb97668b63
commit 58b0c0fcc7
4 changed files with 52 additions and 49 deletions

View File

@@ -20,15 +20,6 @@ variable "ssh_keys" {
type = map(string)
}
variable "k8s_test_installation" {
default = false
description = <<EOF
When this is set to true we configure primary-ips to not be deleted automatically!
This allows us to reuse the same IP for multiple create/destroy cycles.
As soon as the test-phase is over this should be false.
EOF
}
# Right now this only supports 1 location, but that's okay for me!
variable "k8s_location" {
type = string