mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 00:38:49 -03:30
run terraform FMT for readability
This commit is contained in:
@@ -1,26 +1,15 @@
|
||||
variable "number_of_k8s_masters" {
|
||||
}
|
||||
variable "number_of_k8s_masters" {}
|
||||
|
||||
variable "number_of_k8s_masters_no_etcd" {
|
||||
}
|
||||
variable "number_of_k8s_masters_no_etcd" {}
|
||||
|
||||
variable "number_of_k8s_nodes" {
|
||||
}
|
||||
variable "number_of_k8s_nodes" {}
|
||||
|
||||
variable "floatingip_pool" {
|
||||
}
|
||||
variable "floatingip_pool" {}
|
||||
|
||||
variable "number_of_bastions" {
|
||||
variable "number_of_bastions" {}
|
||||
|
||||
}
|
||||
variable "external_net" {}
|
||||
|
||||
variable "external_net" {
|
||||
variable "network_name" {}
|
||||
|
||||
}
|
||||
|
||||
variable "network_name" {
|
||||
}
|
||||
|
||||
variable "router_id"{
|
||||
|
||||
}
|
||||
variable "router_id" {}
|
||||
|
||||
Reference in New Issue
Block a user