You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.tf
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,16 @@ variable "policy" {
77
77
default=""
78
78
}
79
79
80
+
variable"cookie_duration" {
81
+
description="The time period, in seconds, during which requests from a client should be routed to the same target.The range is 1 second to 1 week (604800 seconds)"
82
+
default="86400"
83
+
}
84
+
85
+
variable"stick_enabled" {
86
+
description="Boolen to enable / disable stickiness"
0 commit comments