Add variable to contain size of cluster.
This commit is contained in:
parent
a7394b524a
commit
d8cb4ffb06
6
variables.tf
Normal file
6
variables.tf
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Number of worker nodes in out kubernetes cluster.
|
||||
variable "kubesize" {
|
||||
type = number
|
||||
default = 3
|
||||
}
|
||||
|
Loading…
Reference in a new issue