Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
added appserv none as change in 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjay Shitole committed Sep 19, 2018
1 parent f718965 commit 344b1fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ resource "bigip_ltm_persistence_profile_cookie" "test_ppcookie" {
cookie_name = "ham"
expiration = "1:0:0"
hash_length = 0
app_service = "none"
}
`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ resource "bigip_ltm_persistence_profile_dstaddr" "test_ppdstaddr" {
override_conn_limit = "enabled"
hash_algorithm = "carp"
mask = "255.255.255.255"
app_service = "none"
}
`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ resource "bigip_ltm_persistence_profile_srcaddr" "test_ppsrcaddr" {
hash_algorithm = "carp"
map_proxies = "enabled"
mask = "255.255.255.255"
app_service = "none"
}
`
Expand Down

0 comments on commit 344b1fe

Please sign in to comment.