Skip to content

Commit

Permalink
Added fix for Issue nutanix#57
Browse files Browse the repository at this point in the history
  • Loading branch information
chandru-tkc authored and marinsalinas committed Jun 12, 2019
1 parent b9260fd commit f574e48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nutanix/data_source_nutanix_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ func dataSourceNutanixVirtualMachine() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"is_connected": {
Type: schema.TypeString,
Computed: true,
},
},
},
},
Expand Down

0 comments on commit f574e48

Please sign in to comment.