Skip to content

Commit 056db37

Browse files
author
Tobias Lückel
committed
Adds a default value for 'condition_field' and "condition_values"
Because otherwise it is impossible to skip the listener_arns
1 parent a73644a commit 056db37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application_cluster/variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ variable "loadbalancer_listener_ssl_arn" {
7777
variable "application_cluster_listener_rule_condition_field" {
7878
description = "field on which the condition should be triggered"
7979
type = "string"
80+
default = ""
8081
}
8182

8283
variable "application_cluster_listener_rule_condition_values" {
8384
description = "values which should be used on condition"
8485
type = "list"
86+
default = []
8587
}
8688

8789
variable application_cluster_target_group_protocol {

0 commit comments

Comments
 (0)