Skip to content

Commit

Permalink
updates vpc owner_id description
Browse files Browse the repository at this point in the history
  • Loading branch information
soufi committed Dec 6, 2021
1 parent d6c544a commit c5fb79e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions anypoint/resource_vpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c5fb79e

Please sign in to comment.