This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: "" => "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |