Skip to content

Commit

Permalink
removing duplicate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseybeck committed Jun 20, 2024
1 parent 55193c9 commit deae389
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions terraform-modules/service/r53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit deae389

Please sign in to comment.