From deae3890e51a75911421e48093f819d59ee71861 Mon Sep 17 00:00:00 2001 From: Chelsey Beck Date: Wed, 19 Jun 2024 18:36:59 -0700 Subject: [PATCH] removing duplicate variable --- terraform-modules/service/r53.tf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/terraform-modules/service/r53.tf b/terraform-modules/service/r53.tf index 83db8c4..bb788e7 100644 --- a/terraform-modules/service/r53.tf +++ b/terraform-modules/service/r53.tf @@ -38,9 +38,4 @@ variable "alb_external_dns" { variable "aws_managed_dns" { type = bool description = "Flag to either create record if domain is managed in AWS or output ALB DNS for user to manually create" -} - -variable "host_names" { - description = "List of host names including the root domain and subdomains" - type = list(string) -} +} \ No newline at end of file