Skip to content

Commit

Permalink
removed var
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeasaurus committed Jan 24, 2025
1 parent a079701 commit 2747733
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/aws/lb/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ variable "enforce_security_group_inbound_rules_on_private_link_traffic" {
###########################
# Target Group Variables
###########################
variable "target_group_name" {
description = "Name of the target group"
type = string
default = null
}
# variable "target_group_name" {
# description = "Name of the target group"
# type = string
# default = null
# }

# variable "target_group_name_prefix" {
# description = "Prefix for the target group name"
Expand Down

0 comments on commit 2747733

Please sign in to comment.