Skip to content

Commit

Permalink
Merge pull request #971 from F5Networks/issue-941
Browse files Browse the repository at this point in the history
Issue 941 - Doc Changes
  • Loading branch information
RavinderReddyF5 committed May 6, 2024
2 parents 0090fa4 + 193cdd9 commit 22c385a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigip/resource_bigip_ltm_profile_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func resourceBigipLtmProfileHttp() *schema.Resource {
"encrypt_cookie_secret": {
Type: schema.TypeString,
Optional: true,
Description: "Specifies a passphrase for the cookie encryption",
Description: "Specifies a passphrase for the cookie encryption. Note: Since it's a sensitive entity idempotency will fail for it in the update call.",
},
"fallback_host": {
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/bigip_ltm_profile_http.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "bigip_ltm_profile_http" "sanjose-http" {

* `encrypt_cookies` - (Optional) Type the cookie names for the system to encrypt.

* `encrypt_cookie_secret` - (Optional) Type a passphrase for cookie encryption.
* `encrypt_cookie_secret` - (Optional) Type a passphrase for cookie encryption. Note: Since it's a sensitive entity idempotency will fail for it in the update call.

* `insert_xforwarded_for` - (Optional) Specifies, when enabled, that the system inserts an X-Forwarded-For header in an HTTP request with the client IP address, to use with connection pooling. The default is `Disabled`.

Expand Down

0 comments on commit 22c385a

Please sign in to comment.