Skip to content

Commit

Permalink
Updated assets for terraform
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar <ssalvi@vmware.com>
  • Loading branch information
sagarpsalvi committed Feb 19, 2024
1 parent 9290bb5 commit 62ae378
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions avi/resource_avi_rest_dependants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22301,6 +22301,11 @@ func ResourceMustChecksInfoSchema() *schema.Resource {
Optional: true,
Computed: true,
},
"error_details": {
Type: schema.TypeList,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
},
"start_time": {
Type: schema.TypeString,
Optional: true,
Expand Down

0 comments on commit 62ae378

Please sign in to comment.