feat: subnets attached to compute, added tf destroy

This commit is contained in:
2025-12-29 14:50:21 -05:00
parent 64cd0eb4ff
commit 2427411452
5 changed files with 78 additions and 34 deletions

View File

@@ -9,5 +9,7 @@ variable "public_key_file" {
}
variable "boxes" {
type = set(string)
type = map(object({
private_ip = string
}))
}