From 78dcae18c712879e2a67c779c823c01b4c00836d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 20 Jun 2024 11:40:47 +0200 Subject: [PATCH] drop unused variables.tf file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- variables.tf | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 variables.tf diff --git a/variables.tf b/variables.tf deleted file mode 100644 index fd89d3c..0000000 --- a/variables.tf +++ /dev/null @@ -1,5 +0,0 @@ -variable "domain" { - description = "DNS Domain to update" - type = string - default = "statusim.net" -}