We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a73644a + 056db37 commit 6ee2e05Copy full SHA for 6ee2e05
application_cluster/variables.tf
@@ -77,11 +77,13 @@ variable "loadbalancer_listener_ssl_arn" {
77
variable "application_cluster_listener_rule_condition_field" {
78
description = "field on which the condition should be triggered"
79
type = "string"
80
+ default = ""
81
}
82
83
variable "application_cluster_listener_rule_condition_values" {
84
description = "values which should be used on condition"
85
type = "list"
86
+ default = []
87
88
89
variable application_cluster_target_group_protocol {
0 commit comments