automated the creation of the subnets

This commit is contained in:
Karim Naufal
2022-03-09 02:07:24 +01:00
parent 56fc95763a
commit a72facdd1a
6 changed files with 15 additions and 42 deletions

View File

@@ -30,17 +30,6 @@ variable "network_region" {
type = string
}
variable "network_ipv4_range" {
description = "Default IPv4 range for network"
type = string
default = "10.0.0.0/8"
}
variable "network_ipv4_subnets" {
description = "Subnets definition for default network"
type = map(string)
}
variable "control_plane_server_type" {
description = "Default control plane server type"
type = string