diff --git a/application/variables.tf b/application/variables.tf index 50a6611..3a6d05b 100644 --- a/application/variables.tf +++ b/application/variables.tf @@ -17,9 +17,6 @@ variable "protocol_provider" { variable "dns_name" { type = string } -variable "app_name" { - type = string -} variable "sub_groups" { type = list(string) default = []