chore: Restructured infra modules
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
variable "ip_range" {
|
||||
description = "IP range of the private network shared by dev and prod."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "network_zone" {
|
||||
description = "Hetzner Cloud network zone matching var.location."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "subnet_ip_range" {
|
||||
description = "IP range of the network subnet shared by dev and prod."
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user