From d3419c61bebc0bbe587c758229173f6a09301ef5 Mon Sep 17 00:00:00 2001 From: ramaniprateek Date: Tue, 27 Feb 2024 18:40:01 +0530 Subject: [PATCH] Doc Updated --- bigip/resource_bigip_as3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigip/resource_bigip_as3.go b/bigip/resource_bigip_as3.go index 49b205da..a5060572 100644 --- a/bigip/resource_bigip_as3.go +++ b/bigip/resource_bigip_as3.go @@ -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,