deleteOsDiskOnTermination

@JvmName(name = "sffqhhyksfstbxxe")
suspend fun deleteOsDiskOnTermination(value: Output<Boolean>)
@JvmName(name = "svkonlmesysaumvu")
suspend fun deleteOsDiskOnTermination(value: Boolean?)

Parameters

value

Should the OS Disk (either the Managed Disk / VHD Blob) be deleted when the Virtual Machine is destroyed? Defaults to false.

Note: This setting works when instance is deleted via the provider only and don't forget to delete disks manually if you deleted VM manually. It can increase spending.