automated the creation of the subnets
This commit is contained in:
11
variables.tf
11
variables.tf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user