From 6cdf4f697f630f07279181947abe80fd54ef6309 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 23 May 2022 13:37:13 +0200 Subject: [PATCH] prune unused vars --- single-host/variables.tf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/single-host/variables.tf b/single-host/variables.tf index eb3fb2e..e6f9b03 100644 --- a/single-host/variables.tf +++ b/single-host/variables.tf @@ -7,10 +7,6 @@ variable "location" { default = "nbg1" } -variable "instances" { - default = "1" -} - variable "server_type" { default = "cx11" } @@ -18,11 +14,3 @@ variable "server_type" { variable "os_type" { default = "debian-11" } - -variable "disk_size" { - default = "20" -} - -variable "ip_range" { - default = "10.0.1.0/24" -}