Skip to content

Commit

Permalink
Merge pull request #888 from F5Networks/devel_12102023
Browse files Browse the repository at this point in the history
fix test issue
  • Loading branch information
RavinderReddyF5 authored Oct 12, 2023
2 parents 74bfddd + bd06980 commit 6825bae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bigip/resource_bigip_ltm_profile_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,9 @@ func resourceBigipLtmProfileHttp() *schema.Resource {
Description: "Specifies how the system handles HTTP content that is chunked by a server. The default is Selective",
},
"server_agent_name": {
Type: schema.TypeString,
Optional: true,
// Computed: true,
Default: "BigIP",
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "Specifies the value of the Server header in responses that the BIG-IP itself generates. The default is BigIP. If no string is specified, then no Server header will be added to such responses",
},
"via_host_name": {
Expand Down

0 comments on commit 6825bae

Please sign in to comment.