From c5fb79e75b7376b5d358646ae22c31458b8240eb Mon Sep 17 00:00:00 2001 From: Souf Date: Mon, 6 Dec 2021 18:03:13 +0100 Subject: [PATCH] updates vpc owner_id description --- anypoint/resource_vpc.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/anypoint/resource_vpc.go b/anypoint/resource_vpc.go index a0aaa65..ccb5887 100644 --- a/anypoint/resource_vpc.go +++ b/anypoint/resource_vpc.go @@ -72,9 +72,10 @@ func resourceVPC() *schema.Resource { }, }, "owner_id": { - Type: schema.TypeString, - Optional: true, - ForceNew: true, + Type: schema.TypeString, + Optional: true, + ForceNew: true, + Description: "The Business Group Owner Id", }, "shared_with": { Type: schema.TypeList,