Skip to content

Commit

Permalink
stickiness_placeholder added to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Smith committed Oct 25, 2020
1 parent c8a1566 commit cf12ec8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tests/test1/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ module "external" {

tg_map = {
listener1 = {
dereg_delay = 300
port = 80
target_type = "instance"
dereg_delay = 300
port = 80
target_type = "instance"
stickiness_placeholder = true
}
}

Expand Down Expand Up @@ -200,9 +201,10 @@ module "internal" {

tg_map = {
listener1 = {
dereg_delay = 300
port = 80
target_type = "instance"
dereg_delay = 300
port = 80
target_type = "instance"
stickiness_placeholder = true
}
}

Expand Down Expand Up @@ -233,4 +235,3 @@ module "asg" {
module.internal.target_group_arns,
)
}

0 comments on commit cf12ec8

Please sign in to comment.