Skip to content

Instantly share code, notes, and snippets.

@totojack
Created May 10, 2016 15:23
Show Gist options
  • Save totojack/4db892bf6d9b03b3b982401fedd8c2f6 to your computer and use it in GitHub Desktop.
Save totojack/4db892bf6d9b03b3b982401fedd8c2f6 to your computer and use it in GitHub Desktop.
terraform 0.6.16 - Vmware Vsphere Provider - ipv4_gateway not saved in tfstate file log
vsphere_folder.testfolder: Refreshing state... (ID: DC1/TEST/Vms)
vsphere_virtual_machine.web: Refreshing state... (ID: TEST/Vms/terraform-web)
vsphere_virtual_machine.web: Destroying...
vsphere_virtual_machine.web: Destruction complete
vsphere_virtual_machine.web: Creating...
cluster: "" => "CLU01"
datacenter: "" => "DC1"
disk.#: "" => "3"
disk.0.bootable: "" => "false"
disk.0.datastore: "" => "DSCLU-01/SAS-006"
disk.0.template: "" => "TEMPLATE/Centos7_tmpl_20160422_01"
disk.0.type: "" => "eager_zeroed"
disk.1.bootable: "" => "false"
disk.1.datastore: "" => "DSCLU-01/SAS-006"
disk.1.size: "" => "20"
disk.1.type: "" => "eager_zeroed"
disk.2.bootable: "" => "false"
disk.2.datastore: "" => "DSCLU-01/SAS-006"
disk.2.size: "" => "10"
disk.2.type: "" => "eager_zeroed"
dns_servers.#: "" => "1"
dns_servers.0: "" => "172.16.1.34"
domain: "" => "my.custom.domain.com"
folder: "" => "TEST/Vms"
linked_clone: "" => "false"
memory: "" => "2048"
memory_reservation: "" => "0"
name: "" => "terraform-web"
network_interface.#: "" => "1"
network_interface.0.ip_address: "" => "<computed>"
network_interface.0.ipv4_address: "" => "172.16.1.19"
network_interface.0.ipv4_gateway: "" => "172.16.1.17"
network_interface.0.ipv4_prefix_length: "" => "28"
network_interface.0.ipv6_address: "" => "<computed>"
network_interface.0.ipv6_prefix_length: "" => "<computed>"
network_interface.0.label: "" => "virtualwire_Template"
network_interface.0.subnet_mask: "" => "<computed>"
skip_customization: "" => "false"
time_zone: "" => "Europe/Rome"
vcpu: "" => "2"
vsphere_virtual_machine.web: Still creating... (4s elapsed)
vsphere_virtual_machine.web: Still creating... (10s elapsed)
vsphere_virtual_machine.web: Still creating... (14s elapsed)
vsphere_virtual_machine.web: Still creating... (20s elapsed)
vsphere_virtual_machine.web: Still creating... (24s elapsed)
vsphere_virtual_machine.web: Still creating... (30s elapsed)
vsphere_virtual_machine.web: Still creating... (34s elapsed)
vsphere_virtual_machine.web: Still creating... (40s elapsed)
vsphere_virtual_machine.web: Still creating... (44s elapsed)
vsphere_virtual_machine.web: Still creating... (50s elapsed)
vsphere_virtual_machine.web: Still creating... (54s elapsed)
vsphere_virtual_machine.web: Still creating... (1m0s elapsed)
vsphere_virtual_machine.web: Still creating... (1m4s elapsed)
vsphere_virtual_machine.web: Still creating... (1m10s elapsed)
vsphere_virtual_machine.web: Still creating... (1m14s elapsed)
vsphere_virtual_machine.web: Still creating... (1m20s elapsed)
vsphere_virtual_machine.web: Still creating... (1m24s elapsed)
vsphere_virtual_machine.web: Still creating... (1m30s elapsed)
vsphere_virtual_machine.web: Still creating... (1m34s elapsed)
vsphere_virtual_machine.web: Still creating... (1m40s elapsed)
vsphere_virtual_machine.web: Still creating... (1m44s elapsed)
vsphere_virtual_machine.web: Still creating... (1m50s elapsed)
vsphere_virtual_machine.web: Still creating... (1m54s elapsed)
vsphere_virtual_machine.web: Still creating... (2m0s elapsed)
vsphere_virtual_machine.web: Still creating... (2m4s elapsed)
vsphere_virtual_machine.web: Still creating... (2m10s elapsed)
vsphere_virtual_machine.web: Still creating... (2m14s elapsed)
vsphere_virtual_machine.web: Still creating... (2m20s elapsed)
vsphere_virtual_machine.web: Still creating... (2m24s elapsed)
vsphere_virtual_machine.web: Still creating... (2m30s elapsed)
vsphere_virtual_machine.web: Still creating... (2m34s elapsed)
vsphere_virtual_machine.web: Still creating... (2m40s elapsed)
vsphere_virtual_machine.web: Still creating... (2m44s elapsed)
vsphere_virtual_machine.web: Still creating... (2m50s elapsed)
vsphere_virtual_machine.web: Still creating... (2m54s elapsed)
vsphere_virtual_machine.web: Still creating... (3m0s elapsed)
vsphere_virtual_machine.web: Still creating... (3m4s elapsed)
vsphere_virtual_machine.web: Still creating... (3m10s elapsed)
vsphere_virtual_machine.web: Still creating... (3m14s elapsed)
vsphere_virtual_machine.web: Still creating... (3m20s elapsed)
vsphere_virtual_machine.web: Still creating... (3m24s elapsed)
vsphere_virtual_machine.web: Still creating... (3m30s elapsed)
vsphere_virtual_machine.web: Still creating... (3m34s elapsed)
vsphere_virtual_machine.web: Still creating... (3m40s elapsed)
vsphere_virtual_machine.web: Still creating... (3m44s elapsed)
vsphere_virtual_machine.web: Still creating... (3m50s elapsed)
vsphere_virtual_machine.web: Still creating... (3m54s elapsed)
vsphere_virtual_machine.web: Creation complete
Apply complete! Resources: 1 added, 0 changed, 1 destroyed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment