add specific subnet for nodepool
This commit is contained in:
15
variables.tf
15
variables.tf
@@ -30,6 +30,16 @@ variable "network_region" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "network_ip_range" {
|
||||
description = "Default IP range for network"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "network_subnets" {
|
||||
description = "Subnets definition for default network"
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
variable "control_plane_server_type" {
|
||||
description = "Default control plane server type"
|
||||
type = string
|
||||
@@ -52,11 +62,6 @@ variable "servers_num" {
|
||||
type = number
|
||||
}
|
||||
|
||||
variable "agents_num" {
|
||||
description = "Number of agent nodes."
|
||||
type = number
|
||||
}
|
||||
|
||||
variable "agent_nodepools" {
|
||||
description = "Number of agent nodes."
|
||||
type = map(any)
|
||||
|
Reference in New Issue
Block a user