prune unused vars
This commit is contained in:
parent
e450cc9106
commit
6cdf4f697f
1 changed files with 0 additions and 12 deletions
|
@ -7,10 +7,6 @@ variable "location" {
|
||||||
default = "nbg1"
|
default = "nbg1"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "instances" {
|
|
||||||
default = "1"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "server_type" {
|
variable "server_type" {
|
||||||
default = "cx11"
|
default = "cx11"
|
||||||
}
|
}
|
||||||
|
@ -18,11 +14,3 @@ variable "server_type" {
|
||||||
variable "os_type" {
|
variable "os_type" {
|
||||||
default = "debian-11"
|
default = "debian-11"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "disk_size" {
|
|
||||||
default = "20"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "ip_range" {
|
|
||||||
default = "10.0.1.0/24"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue