Skip to content

Commit

Permalink
Merge pull request #96 from Cloud-Temple/feature/95
Browse files Browse the repository at this point in the history
Added support for import on resource 'cloudtemple_compute_virtual_disk'
  • Loading branch information
KChapron authored Nov 8, 2023
2 parents c233072 + 9c74ccc commit ba12d4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/provider/resource_compute_virtual_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ func resourceVirtualDisk() *schema.Resource {
ReadContext: computeVirtualDiskRead,
UpdateContext: computeVirtualDiskUpdate,
DeleteContext: computeVirtualDiskDelete,
Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
},

Schema: map[string]*schema.Schema{
// In
Expand Down

0 comments on commit ba12d4e

Please sign in to comment.