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" -}