Skip to content

Commit

Permalink
fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Oct 12, 2023
1 parent 74bfddd commit bd06980
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 bd06980

Please sign in to comment.