Created
August 25, 2017 07:13
-
-
Save Rocking80/e9f55a5b5403ca1a629c798ed9e1b5fb to your computer and use it in GitHub Desktop.
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: "" => "" | |
disk.2950037374.key: "" => "<computed>" | |
disk.2950037374.name: "" => "" | |
disk.2950037374.size: "" => "" | |
disk.2950037374.template: "" => "Template_Windows_2008_R2" | |
disk.2950037374.type: "" => "thin" | |
disk.2950037374.uuid: "" => "<computed>" | |
disk.2950037374.vmdk: "" => "" | |
dns_servers.#: "" => "1" | |
dns_servers.0: "" => "100.16.8.32" | |
dns_suffixes.#: "" => "1" | |
dns_suffixes.0: "" => "test.com" | |
domain: "" => "vsphere.local" | |
enable_disk_uuid: "" => "false" | |
linked_clone: "" => "false" | |
memory: "" => "16384" | |
memory_reservation: "" => "0" | |
moid: "" => "<computed>" | |
name: "" => "aa-bb" | |
network_interface.#: "" => "1" | |
network_interface.0.ip_address: "" => "<computed>" | |
network_interface.0.ipv4_address: "" => "100.16.8.88" | |
network_interface.0.ipv4_gateway: "" => "100.16.8.1" | |
network_interface.0.ipv4_prefix_length: "" => "22" | |
network_interface.0.ipv6_address: "" => "<computed>" | |
network_interface.0.ipv6_gateway: "" => "<computed>" | |
network_interface.0.ipv6_prefix_length: "" => "<computed>" | |
network_interface.0.key: "" => "<computed>" | |
network_interface.0.label: "" => "VM Network" | |
network_interface.0.mac_address: "" => "<computed>" | |
network_interface.0.subnet_mask: "" => "<computed>" | |
resource_pool: "" => "/DC/Resource_Pool" | |
skip_customization: "" => "false" | |
time_zone: "" => "Etc/UTC" | |
uuid: "" => "<computed>" | |
vcpu: "" => "6" | |
vsphere_virtual_machine.TerraformSampleMachine: Still creating... (10s elapsed) | |
... | |
vsphere_virtual_machine.TerraformSampleMachine: Still creating... (26m30s elapsed) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment