diff --git a/variables.tf b/variables.tf index 3f7dfd5..6283b4b 100644 --- a/variables.tf +++ b/variables.tf @@ -9,7 +9,6 @@ variable "aws-region" { // description = "Default AWS region" // } -} variable "deploment-control" { type = map @@ -70,4 +69,4 @@ variable "duckdns_token" { description = "Token for DuckDNS" type = string // default = "duckdns_token" -} \ No newline at end of file +}