Skip to content

Instantly share code, notes, and snippets.

# terraform apply
vsphere_virtual_machine.TerraformSampleMachine: Creating...
datacenter: "" => "DC"
detach_unknown_disks_on_delete: "" => "false"
disk.#: "" => "1"
disk.2950037374.bootable: "" => ""
disk.2950037374.controller_type: "" => "scsi"
disk.2950037374.datastore: "" => "/DC/Automation"
disk.2950037374.iops: "" => ""
disk.2950037374.keep_on_remove: "" => ""
# terraform apply
vsphere_virtual_machine.PengDemoRedhat65.0: Refreshing state... (ID: 124-175)
vsphere_virtual_machine.PengDemoRedhat65.1: Refreshing state... (ID: 125-175)
vsphere_virtual_machine.PengDemoRedhat65.2: Refreshing state... (ID: 126-175)
Error refreshing state: 1 error(s) occurred:
* vsphere_virtual_machine.PengDemoRedhat65: 3 error(s) occurred:
* vsphere_virtual_machine.PengDemoRedhat65[2]: vsphere_virtual_machine.PengDemoRedhat65.2: unexpected EOF
# terraform plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
The Terraform execution plan has been generated and is shown below.
Resources are shown in alphabetical order for quick scanning. Green resources
will be created (or destroyed and then created if an existing resource
exists), yellow resources are being changed in-place, and red resources
will be destroyed. Cyan entries are data sources to be read.