feat: networking

This commit is contained in:
2025-12-30 12:22:41 -05:00
parent 68ecdfa766
commit 8d9d04810c
5 changed files with 90 additions and 29 deletions

View File

@@ -1,4 +1,15 @@
variable "hcloud_token" {
type = string
locals {
net-cidr = "10.0.0.0/8"
nat-private-ip = "10.0.1.5"
}
variable "public_key_file" {
type = string
sensitive = true
}
}
variable "hcloud_token" {
type = string
sensitive = true
}