Skip to content

Commit

Permalink
removed set of cloud_init_cdrom_uuid during create
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickstruyf3 committed Jan 15, 2021
1 parent 4447ff8 commit 750f612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutanix/resource_nutanix_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ func resourceNutanixVirtualMachineCreate(d *schema.ResourceData, meta interface{

// Set terraform state id
d.SetId(uuid)
d.Set("cloud_init_cdrom_uuid", "")
// d.Set("cloud_init_cdrom_uuid", "")
return resourceNutanixVirtualMachineRead(d, meta)
}

Expand Down

0 comments on commit 750f612

Please sign in to comment.