Skip to content

Commit

Permalink
Merge pull request #11 from solutionDrive/mark-fields-as-optional
Browse files Browse the repository at this point in the history
Adds a default value for 'condition_field' and "condition_values"
  • Loading branch information
twojtylak authored May 2, 2019
2 parents a73644a + 056db37 commit 6ee2e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application_cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,13 @@ variable "loadbalancer_listener_ssl_arn" {
variable "application_cluster_listener_rule_condition_field" {
description = "field on which the condition should be triggered"
type = "string"
default = ""
}

variable "application_cluster_listener_rule_condition_values" {
description = "values which should be used on condition"
type = "list"
default = []
}

variable application_cluster_target_group_protocol {
Expand Down

0 comments on commit 6ee2e05

Please sign in to comment.