feat: subnets attached to compute, added tf destroy
This commit is contained in:
@@ -9,5 +9,7 @@ variable "public_key_file" {
|
||||
}
|
||||
|
||||
variable "boxes" {
|
||||
type = set(string)
|
||||
type = map(object({
|
||||
private_ip = string
|
||||
}))
|
||||
}
|
||||
Reference in New Issue
Block a user