Skip to content

Instantly share code, notes, and snippets.

@neoblackcap
Created August 14, 2017 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neoblackcap/3b5086e5d491197e4732a59da8ba98f7 to your computer and use it in GitHub Desktop.
Save neoblackcap/3b5086e5d491197e4732a59da8ba98f7 to your computer and use it in GitHub Desktop.
terraform vsphere debug log
vsphere_virtual_machine.newvm: Refreshing state... (ID: newvm)
vsphere_virtual_machine.newvm: Modifying... (ID: newvm)
network_interface.0.ipv4_address: "172.16.1.124" => "172.16.1.125"
vsphere_virtual_machine.newvm: Modifications complete (ID: newvm)

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
2017/08/14 17:06:24 [INFO] Terraform version: 0.10.0
2017/08/14 17:06:24 [INFO] Go runtime version: go1.8.3
2017/08/14 17:06:24 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.10.0/bin/terraform", "apply"}
2017/08/14 17:06:24 [DEBUG] Attempting to open CLI config file: /Users/neo/.terraformrc
2017/08/14 17:06:24 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/08/14 17:06:24 [INFO] CLI command args: []string{"apply"}
2017/08/14 17:06:24 [INFO] command: empty terraform config, returning nil
2017/08/14 17:06:24 [DEBUG] command: no data state file found for backend config
2017/08/14 17:06:24 [DEBUG] New state was assigned lineage "07f46a28-0b10-4beb-befb-d911eb4f89d8"
2017/08/14 17:06:24 [INFO] command: backend initialized: <nil>
2017/08/14 17:06:24 [DEBUG] checking for provider in "."
2017/08/14 17:06:24 [DEBUG] skipping ".terraform", not a provider
2017/08/14 17:06:24 [DEBUG] skipping "a.log", not a provider
2017/08/14 17:06:24 [DEBUG] skipping "crash.log", not a provider
2017/08/14 17:06:24 [DEBUG] skipping "terraform.tfstate", not a provider
2017/08/14 17:06:24 [DEBUG] skipping "terraform.tfstate.backup", not a provider
2017/08/14 17:06:24 [DEBUG] skipping "vsphere.tf.json", not a provider
2017/08/14 17:06:24 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.10.0/bin"
2017/08/14 17:06:24 [DEBUG] skipping "terraform", not a provider
2017/08/14 17:06:24 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2017/08/14 17:06:24 [DEBUG] skipping "lock.json", not a provider
2017/08/14 17:06:24 [DEBUG] found provider "terraform-provider-vsphere_v0.1.0_x4"
2017/08/14 17:06:24 [DEBUG] found valid plugin: "vsphere"
2017/08/14 17:06:24 [DEBUG] checking for provisioner in "."
2017/08/14 17:06:24 [DEBUG] skipping ".terraform", not a provisioner
2017/08/14 17:06:24 [DEBUG] skipping "a.log", not a provisioner
2017/08/14 17:06:24 [DEBUG] skipping "crash.log", not a provisioner
2017/08/14 17:06:24 [DEBUG] skipping "terraform.tfstate", not a provisioner
2017/08/14 17:06:24 [DEBUG] skipping "terraform.tfstate.backup", not a provisioner
2017/08/14 17:06:24 [DEBUG] skipping "vsphere.tf.json", not a provisioner
2017/08/14 17:06:24 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.10.0/bin"
2017/08/14 17:06:24 [DEBUG] skipping "terraform", not a provisioner
2017/08/14 17:06:24 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2017/08/14 17:06:24 [DEBUG] skipping "lock.json", not a provisioner
2017/08/14 17:06:24 [DEBUG] skipping "terraform-provider-vsphere_v0.1.0_x4", not a provisioner
2017/08/14 17:06:24 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/08/14 17:06:24 [INFO] backend/local: starting Apply operation
2017/08/14 17:06:25 [INFO] terraform: building graph: GraphTypeInput
2017/08/14 17:06:25 [DEBUG] Attaching resource state to "vsphere_virtual_machine.newvm": &terraform.ResourceState{Type:"vsphere_virtual_machine", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202cec30), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/08/14 17:06:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
vsphere_virtual_machine.newvm - *terraform.NodeAbstractResource
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.newvm" references: []
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "provider.vsphere" references: []
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "root"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "root" waiting on "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "vsphere_virtual_machine.newvm" waiting on "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "provider.vsphere (close)" waiting on "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "vsphere_virtual_machine.newvm", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "provider.vsphere (close)", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': evaluating
2017/08/14 17:06:25 [TRACE] [walkInput] Entering eval tree: provider.vsphere
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/08/14 17:06:25 [DEBUG] plugin: starting plugin: /Users/neo/Workspace/cloudengine/src/backend/vm_config/vm28/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v0.1.0_x4 []string{"/Users/neo/Workspace/cloudengine/src/backend/vm_config/vm28/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v0.1.0_x4"}
2017/08/14 17:06:25 [DEBUG] plugin: waiting for RPC address for: /Users/neo/Workspace/cloudengine/src/backend/vm_config/vm28/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v0.1.0_x4
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] plugin: plugin address: unix /var/folders/qb/4skhjng50f97837q7x29twfh0000gn/T/plugin931311195
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInputProvider
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [TRACE] [walkInput] Exiting eval tree: provider.vsphere
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': walking
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "root"
2017/08/14 17:06:25 [DEBUG] vertex 'root.root': walking
2017/08/14 17:06:25 [INFO] terraform: building graph: GraphTypeValidate
2017/08/14 17:06:25 [DEBUG] Attaching resource state to "vsphere_virtual_machine.newvm": &terraform.ResourceState{Type:"vsphere_virtual_machine", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202cec30), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "provider.vsphere" references: []
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.newvm" references: []
2017/08/14 17:06:25 [TRACE] Graph after step *terraform.ReferenceTransformer:
provider.vsphere - *terraform.NodeApplyableProvider
vsphere_virtual_machine.newvm - *terraform.NodeValidatableResource
provider.vsphere - *terraform.NodeApplyableProvider
2017/08/14 17:06:25 [DEBUG] Starting graph walk: walkValidate
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "root"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "provider.vsphere (close)" waiting on "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "root" waiting on "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "vsphere_virtual_machine.newvm" waiting on "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "vsphere_virtual_machine.newvm", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "provider.vsphere (close)", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalValidateProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [TRACE] [walkValidate] Exiting eval tree: provider.vsphere
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalIf
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/08/14 17:06:25 [DEBUG] Attaching resource state to "vsphere_virtual_machine.newvm": &terraform.ResourceState{Type:"vsphere_virtual_machine", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202cec30), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/08/14 17:06:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
vsphere_virtual_machine.newvm - *terraform.NodeValidatableResourceInstance
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.newvm" references: []
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': evaluating
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "root"
2017/08/14 17:06:25 [DEBUG] vertex 'root.root': walking
2017/08/14 17:06:25 [INFO] backend/local: apply calling Refresh
2017/08/14 17:06:25 [INFO] terraform: building graph: GraphTypeRefresh
2017/08/14 17:06:25 [DEBUG] Attaching resource state to "vsphere_virtual_machine.newvm": &terraform.ResourceState{Type:"vsphere_virtual_machine", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ce410), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/08/14 17:06:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
vsphere_virtual_machine.newvm - *terraform.NodeRefreshableManagedResource
2017/08/14 17:06:25 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/08/14 17:06:25 [TRACE] AttachResourceConfigTransformer: Attach resource config request: vsphere_virtual_machine.newvm
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.newvm" references: []
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "provider.vsphere" references: []
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "vsphere_virtual_machine.newvm" waiting on "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "provider.vsphere (close)" waiting on "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "vsphere_virtual_machine.newvm", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "provider.vsphere (close)", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': evaluating
2017/08/14 17:06:25 [TRACE] [walkRefresh] Entering eval tree: provider.vsphere
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [INFO] VMWare vSphere Client configured for URL: 192.168.163.60
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCountCheckComputed
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalIf
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/08/14 17:06:25 [TRACE] [walkRefresh] Exiting eval tree: vsphere_virtual_machine.newvm
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': expanding/walking dynamic subgraph
2017/08/14 17:06:25 [DEBUG] Attaching resource state to "vsphere_virtual_machine.newvm": &terraform.ResourceState{Type:"vsphere_virtual_machine", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ce410), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.newvm" references: []
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalReadState
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalRefresh
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] virtual machine resource data: &schema.ResourceData{schema:map[string]*schema.Schema{"dns_suffixes":(*schema.Schema)(0xc420373860), "enable_disk_uuid":(*schema.Schema)(0xc420373b30), "folder":(*schema.Schema)(0xc420372e10), "vcpu":(*schema.Schema)(0xc420372f00), "gateway":(*schema.Schema)(0xc420373590), "time_zone":(*schema.Schema)(0xc420373770), "dns_servers":(*schema.Schema)(0xc420373950), "skip_customization":(*schema.Schema)(0xc420373a40), "uuid":(*schema.Schema)(0xc420373c20), "moid":(*schema.Schema)(0xc420373d10), "name":(*schema.Schema)(0xc420372d20), "datacenter":(*schema.Schema)(0xc4203731d0), "cluster":(*schema.Schema)(0xc4203732c0), "detach_unknown_disks_on_delete":(*schema.Schema)(0xc4203761e0), "cdrom":(*schema.Schema)(0xc4203762d0), "custom_configuration_parameters":(*schema.Schema)(0xc420373e00), "network_interface":(*schema.Schema)(0xc420376000), "disk":(*schema.Schema)(0xc4203760f0), "windows_opt_config":(*schema.Schema)(0xc420373ef0), "memory_reservation":(*schema.Schema)(0xc4203730e0), "resource_pool":(*schema.Schema)(0xc4203733b0), "linked_clone":(*schema.Schema)(0xc4203734a0), "memory":(*schema.Schema)(0xc420372ff0), "domain":(*schema.Schema)(0xc420373680)}, config:(*terraform.ResourceConfig)(nil), state:(*terraform.InstanceState)(0xc420092d70), diff:(*terraform.InstanceDiff)(nil), meta:map[string]interface {}(nil), timeouts:(*schema.ResourceTimeout)(0xc4203656b0), multiReader:(*schema.MultiLevelFieldReader)(nil), setWriter:(*schema.MapFieldWriter)(nil), newState:(*terraform.InstanceState)(nil), partial:false, partialMap:map[string]struct {}(nil), once:sync.Once{m:sync.Mutex{state:0, sema:0x0}, done:0x0}, isNew:false}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] Set the moid: "vm-117"
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] Waiting for interfaces to appear
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] Successfully waited for interfaces to appear
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] Datacenter - &object.Datacenter{Common:object.Common{c:(*vim25.Client)(0xc42019f400), r:types.ManagedObjectReference{Type:"Datacenter", Value:"datacenter-2"}}}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] mvm.Summary.Config - types.VirtualMachineConfigSummary{DynamicData:types.DynamicData{}, Name:"newvm", Template:false, VmPathName:"[Cloud-188] newvm/newvm.vmx", MemorySizeMB:4096, CpuReservation:0, MemoryReservation:0, NumCpu:4, NumEthernetCards:1, NumVirtualDisks:1, Uuid:"420e0ef7-85c2-91cb-e53d-6886949f7045", InstanceUuid:"500ec588-19ac-2ced-1140-5892ded4f20b", GuestId:"otherLinux64Guest", GuestFullName:"Other Linux (64-bit)", Annotation:"", Product:(*types.VAppProductInfo)(nil), InstallBootRequired:(*bool)(0xc420494f0a), FtInfo:types.BaseFaultToleranceConfigInfo(nil), ManagedBy:(*types.ManagedByInfo)(nil)}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] mvm.Summary.Config - &types.VirtualMachineConfigInfo{DynamicData:types.DynamicData{}, ChangeVersion:"2017-08-14T08:33:26.012195Z", Modified:time.Time{sec:62135596800, nsec:0, loc:(*time.Location)(nil)}, Name:"newvm", GuestFullName:"Other Linux (64-bit)", Version:"vmx-08", Uuid:"420e0ef7-85c2-91cb-e53d-6886949f7045", InstanceUuid:"500ec588-19ac-2ced-1140-5892ded4f20b", NpivNodeWorldWideName:[]int64(nil), NpivPortWorldWideName:[]int64(nil), NpivWorldWideNameType:"", NpivDesiredNodeWwns:0, NpivDesiredPortWwns:0, NpivTemporaryDisabled:(*bool)(0xc42032606c), NpivOnNonRdmDisks:(*bool)(nil), LocationId:"564da91a-09d0-303c-5cb9-67ad96d01386", Template:false, GuestId:"otherLinux64Guest", AlternateGuestName:"", Annotation:"", Files:types.VirtualMachineFileInfo{DynamicData:types.DynamicData{}, VmPathName:"[Cloud-188] newvm/newvm.vmx", SnapshotDirectory:"[Cloud-188] newvm/", SuspendDirectory:"[Cloud-188] newvm/", LogDirectory:"[Cloud-188] newvm/", FtMetadataDirectory:""}, Tools:(*types.ToolsConfigInfo)(0xc420311980), Flags:types.VirtualMachineFlagInfo{DynamicData:types.DynamicData{}, DisableAcceleration:(*bool)(0xc420326525), EnableLogging:(*bool)(0xc420326565), UseToe:(*bool)(0xc42032659a), RunWithDebugInfo:(*bool)(0xc4203265d5), MonitorType:"release", HtSharing:"any", SnapshotDisabled:(*bool)(0xc42032669b), SnapshotLocked:(*bool)(0xc4203266fd), DiskUuidEnabled:(*bool)(0xc42032675d), VirtualMmuUsage:"automatic", VirtualExecUsage:"hvAuto", SnapshotPowerOffBehavior:"powerOff", RecordReplayEnabled:(*bool)(0xc4203268b0), FaultToleranceType:"unset"}, ConsolePreferences:(*types.VirtualMachineConsolePreferences)(nil), DefaultPowerOps:types.VirtualMachineDefaultPowerOpInfo{DynamicData:types.DynamicData{}, PowerOffType:"soft", SuspendType:"hard", ResetType:"soft", DefaultPowerOffType:"soft", DefaultSuspendType:"hard", DefaultResetType:"soft", StandbyAction:"checkpoint"}, Hardware:types.VirtualHardware{DynamicData:types.DynamicData{}, NumCPU:4, NumCoresPerSocket:1, MemoryMB:4096, VirtualICH7MPresent:(*bool)(0xc420326b8c), VirtualSMCPresent:(*bool)(0xc420326b9d), Device:[]types.BaseVirtualDevice{(*types.VirtualIDEController)(0xc420161110), (*types.VirtualIDEController)(0xc4201611f0), (*types.VirtualPS2Controller)(0xc4201612d0), (*types.VirtualPCIController)(0xc420161340), (*types.VirtualSIOController)(0xc4201613b0), (*types.VirtualKeyboard)(0xc4202a3040), (*types.VirtualPointingDevice)(0xc4202a3090), (*types.VirtualMachineVideoCard)(0xc420388e10), (*types.VirtualMachineVMCIDevice)(0xc420161490), (*types.VirtualLsiLogicController)(0xc420388ea0), (*types.VirtualCdrom)(0xc4202a30e0), (*types.VirtualDisk)(0xc42037a320), (*types.VirtualFloppy)(0xc4202a3130), (*types.VirtualVmxnet3)(0xc42037a5a0)}}, CpuAllocation:(*types.ResourceAllocationInfo)(0xc420365d10), MemoryAllocation:(*types.ResourceAllocationInfo)(0xc420365d40), LatencySensitivity:(*types.LatencySensitivity)(0xc42032c8a0), MemoryHotAddEnabled:(*bool)(0xc42034149c), CpuHotAddEnabled:(*bool)(0xc4203414cd), CpuHotRemoveEnabled:(*bool)(0xc42034152d), HotPlugMemoryLimit:4096, HotPlugMemoryIncrementSize:0, CpuAffinity:(*types.VirtualMachineAffinityInfo)(nil), MemoryAffinity:(*types.VirtualMachineAffinityInfo)(nil), NetworkShaper:(*types.VirtualMachineNetworkShaperInfo)(nil), ExtraConfig:[]types.BaseOptionValue{(*types.OptionValue)(0xc42032cd00), (*types.OptionValue)(0xc42032ce40), (*types.OptionValue)(0xc42032cfe0), (*types.OptionValue)(0xc42032d160), (*types.OptionValue)(0xc42032d2e0), (*types.OptionValue)(0xc42032d440), (*types.OptionValue)(0xc42032d5a0), (*types.OptionValue)(0xc42032d720), (*types.OptionValue)(0xc42032d8a0), (*types.OptionValue)(0xc42032da00), (*types.OptionValue)(0xc42032db60), (*types.OptionValue)(0xc42032dcc0), (*types.OptionValue)(0xc42032de20), (*types.OptionValue)(0xc42032df80), (*types.OptionValue)(0xc4203360e0), (*types.OptionValue)(0xc420336240), (*types.OptionValue)(0xc4203363c0), (*types.OptionValue)(0xc420336500), (*types.OptionValue)(0xc420336680), (*types.OptionValue)(0xc4203367e0), (*types.OptionValue)(0xc420336940), (*types.OptionValue)(0xc420336a80), (*types.OptionValue)(0xc420336be0), (*types.OptionValue)(0xc420336d20), (*types.OptionValue)(0xc420336ee0), (*types.OptionValue)(0xc420337080), (*types.OptionValue)(0xc420337240), (*types.OptionValue)(0xc420337400), (*types.OptionValue)(0xc4203375a0), (*types.OptionValue)(0xc420337780), (*types.OptionValue)(0xc420337900), (*types.OptionValue)(0xc420337b20), (*types.OptionValue)(0xc420337ce0), (*types.OptionValue)(0xc420337ec0), (*types.OptionValue)(0xc420344080), (*types.OptionValue)(0xc420344200), (*types.OptionValue)(0xc420344360), (*types.OptionValue)(0xc420344500), (*types.OptionValue)(0xc420344660), (*types.OptionValue)(0xc4203447c0), (*types.OptionValue)(0xc4203448e0), (*types.OptionValue)(0xc420344a40), (*types.OptionValue)(0xc420344b60), (*types.OptionValue)(0xc420344cc0), (*types.OptionValue)(0xc420344e20), (*types.OptionValue)(0xc420344f40), (*types.OptionValue)(0xc420345060), (*types.OptionValue)(0xc4203451e0), (*types.OptionValue)(0xc420345360), (*types.OptionValue)(0xc420345500), (*types.OptionValue)(0xc420345660), (*types.OptionValue)(0xc4203457c0), (*types.OptionValue)(0xc420345920), (*types.OptionValue)(0xc420345a80)}, CpuFeatureMask:[]types.HostCpuIdInfo(nil), DatastoreUrl:[]types.VirtualMachineConfigInfoDatastoreUrlPair{types.VirtualMachineConfigInfoDatastoreUrlPair{DynamicData:types.DynamicData{}, Name:"Cloud-188", Url:"/vmfs/volumes/555d9dda-e8e4c02a-9616-e41f1380ca3f"}}, SwapPlacement:"inherit", BootOptions:(*types.VirtualMachineBootOptions)(0xc4202a3220), FtInfo:types.BaseFaultToleranceConfigInfo(nil), RepConfig:(*types.ReplicationConfigSpec)(nil), VAppConfig:types.BaseVmConfigInfo(nil), VAssertsEnabled:(*bool)(0xc4201f400b), ChangeTrackingEnabled:(*bool)(0xc4201f402d), Firmware:"bios", MaxMksConnections:40, GuestAutoLockEnabled:(*bool)(0xc4201f40ca), ManagedBy:(*types.ManagedByInfo)(nil), MemoryReservationLockedToMax:(*bool)(0xc4201f40ed), InitialOverhead:(*types.VirtualMachineConfigInfoOverheadInfo)(0xc4201f4150), NestedHVEnabled:(*bool)(0xc4201f41a9), VPMCEnabled:(*bool)(0xc4201f41fb), ScheduledHardwareUpgradeInfo:(*types.ScheduledHardwareUpgradeInfo)(0xc420532780), ForkConfigInfo:(*types.VirtualMachineForkConfigInfo)(0xc420365e90), VFlashCacheReservation:0, VmxConfigChecksum:[]uint8{0x6e, 0x78, 0x68, 0x55, 0x31, 0x32, 0x35, 0x55, 0x6e, 0x38, 0x45, 0x32, 0x73, 0x4a, 0x44, 0x68, 0x72, 0x69, 0x62, 0x6e, 0x62, 0x46, 0x77, 0x32, 0x2f, 0x35, 0x55, 0x3d}, MessageBusTunnelEnabled:(*bool)(0xc4201f433d), VmStorageObjectId:"", SwapStorageObjectId:""}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] mvm.Guest.Net - []types.GuestNicInfo{types.GuestNicInfo{DynamicData:types.DynamicData{}, Network:"lab", IpAddress:[]string{"172.16.1.124", "fe80::250:56ff:fe8e:65b3"}, MacAddress:"00:50:56:8e:65:b3", Connected:true, DeviceConfigId:4000, DnsConfig:(*types.NetDnsConfigInfo)(nil), IpConfig:(*types.NetIpConfigInfo)(0xc420365ec0), NetBIOSConfig:types.BaseNetBIOSConfigInfo(nil)}}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] Set the moid: "vm-117"
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] resourceVSphereVirtualMachineRead - Analyzing disk: [Cloud-188] newvm/newvm.vmdk
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] disks: []map[string]interface {}{map[string]interface {}{"datastore":"", "size":0, "vmdk":"", "template":"lab04", "type":"thin", "bootable":false, "key":0, "name":"", "controller_type":"scsi", "iops":0, "keep_on_remove":false, "uuid":""}}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] v.Network - "lab"
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] p.String - "172.16.1.124"
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] ip.PrefixLength - 24
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] networkInterface: map[string]interface {}{"label":"lab", "mac_address":"00:50:56:8e:65:b3", "ipv4_address":"172.16.1.124", "ipv4_prefix_length":24}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] p.String - "fe80::250:56ff:fe8e:65b3"
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] ip.PrefixLength - 64
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] networkInterface: map[string]interface {}{"ipv4_prefix_length":24, "ipv6_address":"fe80::250:56ff:fe8e:65b3", "ipv6_prefix_length":64, "label":"lab", "mac_address":"00:50:56:8e:65:b3", "ipv4_address":"172.16.1.124"}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] networkInterface: map[string]interface {}{"mac_address":"00:50:56:8e:65:b3", "ipv4_address":"172.16.1.124", "ipv4_prefix_length":24, "ipv6_address":"fe80::250:56ff:fe8e:65b3", "ipv6_prefix_length":64, "label":"lab"}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] ipv4_gateway of device id 0: 172.16.1.254
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] networkInterfaces: []map[string]interface {}{map[string]interface {}{"ipv6_prefix_length":64, "ipv4_gateway":"172.16.1.254", "label":"lab", "mac_address":"00:50:56:8e:65:b3", "ipv4_address":"172.16.1.124", "ipv4_prefix_length":24, "ipv6_address":"fe80::250:56ff:fe8e:65b3"}}
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] ip address: 172.16.1.124
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] "Cloud-188"
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalWriteState
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': evaluating
2017/08/14 17:06:25 [TRACE] [walkRefresh] Entering eval tree: provider.vsphere (close)
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/08/14 17:06:25 [INFO] backend/local: apply calling Plan
2017/08/14 17:06:25 [INFO] terraform: building graph: GraphTypePlan
2017/08/14 17:06:25 [DEBUG] Attaching resource state to "vsphere_virtual_machine.newvm": &terraform.ResourceState{Type:"vsphere_virtual_machine", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202cfbd0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/08/14 17:06:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
vsphere_virtual_machine.newvm - *terraform.NodePlannableResource
2017/08/14 17:06:25 [TRACE] Graph after step *terraform.RootVariableTransformer:
vsphere_virtual_machine.newvm - *terraform.NodePlannableResource
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.newvm" references: []
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "provider.vsphere" references: []
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "root"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "provider.vsphere (close)" waiting on "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "root" waiting on "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "vsphere_virtual_machine.newvm" waiting on "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "provider.vsphere (close)", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "vsphere_virtual_machine.newvm", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [INFO] VMWare vSphere Client configured for URL: 192.168.163.60
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCountCheckComputed
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalIf
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/08/14 17:06:25 [TRACE] [walkPlan] Exiting eval tree: vsphere_virtual_machine.newvm
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': expanding/walking dynamic subgraph
2017/08/14 17:06:25 [DEBUG] Attaching resource state to "vsphere_virtual_machine.newvm": &terraform.ResourceState{Type:"vsphere_virtual_machine", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202cfbd0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.newvm" references: []
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalReadState
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalDiff
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalWriteState
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalWriteDiff
2017/08/14 17:06:25 [TRACE] [walkPlan] Exiting eval tree: vsphere_virtual_machine.newvm
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': walking
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': evaluating
2017/08/14 17:06:25 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/08/14 17:06:25 [DEBUG] vertex 'root.root': walking
2017/08/14 17:06:25 [INFO] terraform: building graph: GraphTypeApply
2017/08/14 17:06:25 [DEBUG] Attaching resource state to "vsphere_virtual_machine.newvm": &terraform.ResourceState{Type:"vsphere_virtual_machine", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203799a0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/08/14 17:06:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
vsphere_virtual_machine.newvm - *terraform.NodeApplyableResource
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "vsphere_virtual_machine.newvm" references: []
2017/08/14 17:06:25 [DEBUG] ReferenceTransformer: "provider.vsphere" references: []
2017/08/14 17:06:25 [TRACE] Graph after step *terraform.ReferenceTransformer:
provider.vsphere - *terraform.NodeApplyableProvider
vsphere_virtual_machine.newvm - *terraform.NodeApplyableResource
provider.vsphere - *terraform.NodeApplyableProvider
2017/08/14 17:06:25 [DEBUG] Starting graph walk: walkApply
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "root"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added new vertex: "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "provider.vsphere (close)" waiting on "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "root" waiting on "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] dag/walk: added edge: "vsphere_virtual_machine.newvm" waiting on "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "provider.vsphere (close)", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: dependencies changed for "vsphere_virtual_machine.newvm", sending new deps
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [INFO] VMWare vSphere Client configured for URL: 192.168.163.60
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "vsphere_virtual_machine.newvm"
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.vsphere_virtual_machine.newvm': evaluating
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalReadDiff
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalIf
2017/08/14 17:06:25 [DEBUG] root: eval: terraform.EvalNoop
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalIf
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalReadState
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalDiff
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalReadDiff
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalCompareDiff
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalReadState
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalApplyPre
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalApply
2017/08/14 17:06:25 [DEBUG] apply: vsphere_virtual_machine.newvm: executing Apply
2017/08/14 17:06:25 [DEBUG] plugin: terraform-provider-vsphere_v0.1.0_x4: 2017/08/14 17:06:25 [DEBUG] No meta timeoutkey found in Apply()
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalWriteState
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalApplyProvisioners
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalIf
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalWriteState
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalWriteDiff
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalApplyPost
2017/08/14 17:06:25 [DEBUG] root: eval: *terraform.EvalUpdateStateHook
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/08/14 17:06:25 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "provider.vsphere (close)"
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': walking
2017/08/14 17:06:25 [DEBUG] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/08/14 17:06:25 [DEBUG] vertex 'root.provider.vsphere (close)': evaluating
2017/08/14 17:06:25 [DEBUG] dag/walk: walking "root"
2017/08/14 17:06:25 [DEBUG] vertex 'root.root': walking
2017/08/14 17:06:25 [DEBUG] plugin: waiting for all plugin processes to complete...
2017/08/14 17:06:25 [DEBUG] plugin: /Users/neo/Workspace/cloudengine/src/backend/vm_config/vm28/.terraform/plugins/darwin_amd64/terraform-provider-vsphere_v0.1.0_x4: plugin process exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment