Skip to content

Commit

Permalink
Doc Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ramaniprateek committed Feb 27, 2024
1 parent fee0c2f commit d3419c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigip/resource_bigip_as3.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func resourceBigipAs3() *schema.Resource {
"tenant_name": {
Type: schema.TypeString,
Optional: true,
Description: "Name of Tenant",
Description: "Name of Tenant. This name is used only in the case of Per-Application Deployment. If it is not provided, then a random name would be generated.",
},
"tenant_filter": {
Type: schema.TypeString,
Expand Down

0 comments on commit d3419c6

Please sign in to comment.