Skip to content

Instantly share code, notes, and snippets.

@mattlqx
Created June 26, 2019 16:31
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 mattlqx/566ec0022f31fdd9571378145a404191 to your computer and use it in GitHub Desktop.
Save mattlqx/566ec0022f31fdd9571378145a404191 to your computer and use it in GitHub Desktop.
vsphere_virtual_machine flat
{
"module": "module.admin_vsphere_linux",
"mode": "managed",
"type": "vsphere_virtual_machine",
"name": "instance",
"provider": "provider.vsphere.config",
"instances": [
{
"schema_version": 3,
"attributes_flat": {
"alternate_guest_name": "",
"annotation": "",
"boot_delay": "0",
"boot_retry_delay": "10000",
"boot_retry_enabled": "false",
"cdrom.#": "1",
"cdrom.0.client_device": "false",
"cdrom.0.datastore_id": "datastore-17320",
"cdrom.0.device_address": "sata:0:0",
"cdrom.0.key": "16000",
"cdrom.0.path": "ISOs/os-livecd.iso",
"change_version": "2019-06-19T15:48:53.388988Z",
"cpu_hot_add_enabled": "false",
"cpu_hot_remove_enabled": "false",
"cpu_limit": "-1",
"cpu_performance_counters_enabled": "false",
"cpu_reservation": "0",
"cpu_share_count": "2000",
"cpu_share_level": "normal",
"custom_attributes.%": "0",
"datastore_id": "datastore-17320",
"default_ip_address": "172.XX.XX.XXX",
"disk.#": "1",
"disk.0.attach": "false",
"disk.0.datastore_id": "datastore-17320",
"disk.0.device_address": "scsi:0:0",
"disk.0.disk_mode": "persistent",
"disk.0.disk_sharing": "sharingNone",
"disk.0.eagerly_scrub": "false",
"disk.0.io_limit": "-1",
"disk.0.io_reservation": "0",
"disk.0.io_share_count": "1000",
"disk.0.io_share_level": "normal",
"disk.0.keep_on_remove": "true",
"disk.0.key": "2000",
"disk.0.label": "",
"disk.0.name": "admin1.data_disk.vmdk",
"disk.0.path": "admin1.data_disk.vmdk",
"disk.0.size": "50",
"disk.0.thin_provisioned": "true",
"disk.0.unit_number": "0",
"disk.0.uuid": "6000C290-f841-9654-fc73-9f3659706ec7",
"disk.0.write_through": "false",
"efi_secure_boot_enabled": "false",
"enable_disk_uuid": "false",
"enable_logging": "false",
"ept_rvi_mode": "automatic",
"extra_config.%": "0",
"firmware": "bios",
"folder": "Integration",
"force_power_off": "true",
"guest_id": "ubuntu64Guest",
"guest_ip_addresses.#": "2",
"guest_ip_addresses.#": "2",
"guest_ip_addresses.0": "172.XX.XX.XXX",
"guest_ip_addresses.1": "169.254.2.4",
"host_system_id": "host-22503",
"hv_mode": "hvAuto",
"id": "4234646d-1a42-70e9-7bb3-b6a9afe3c87a",
"imported": "false",
"latency_sensitivity": "normal",
"memory": "2048",
"memory_hot_add_enabled": "false",
"memory_limit": "-1",
"memory_reservation": "0",
"memory_share_count": "20480",
"memory_share_level": "normal",
"migrate_wait_timeout": "30",
"moid": "vm-21828",
"name": "admin1",
"nested_hv_enabled": "false",
"network_interface.#": "1",
"network_interface.0.adapter_type": "vmxnet3",
"network_interface.0.bandwidth_limit": "-1",
"network_interface.0.bandwidth_reservation": "0",
"network_interface.0.bandwidth_share_count": "50",
"network_interface.0.bandwidth_share_level": "normal",
"network_interface.0.device_address": "pci:0:7",
"network_interface.0.key": "4000",
"network_interface.0.mac_address": "00:50:56:b4:d7:08",
"network_interface.0.network_id": "dvportgroup-86",
"network_interface.0.use_static_mac": "false",
"num_cores_per_socket": "1",
"num_cpus": "2",
"reboot_required": "false",
"resource_pool_id": "resgroup-82",
"run_tools_scripts_after_power_on": "true",
"run_tools_scripts_after_resume": "true",
"run_tools_scripts_before_guest_reboot": "false",
"run_tools_scripts_before_guest_shutdown": "true",
"run_tools_scripts_before_guest_standby": "true",
"scsi_bus_sharing": "noSharing",
"scsi_controller_count": "1",
"scsi_type": "lsilogic",
"shutdown_wait_timeout": "3",
"swap_placement_policy": "inherit",
"sync_time_with_host": "true",
"tags.#": "0",
"uuid": "4234646d-1a42-70e9-7bb3-b6a9afe3c87a",
"vapp_transport.#": "0",
"vmware_tools_status": "guestToolsRunning",
"vmx_path": "admin1/admin1.vmx",
"wait_for_guest_ip_timeout": "0",
"wait_for_guest_net_routable": "true",
"wait_for_guest_net_timeout": "5"
},
"depends_on": [
"data.vsphere_datastore.datastore",
"data.vsphere_network.network",
"data.vsphere_resource_pool.pool",
"data.vsphere_virtual_machine.template",
"local.host_basename",
"vsphere_virtual_disk.data_disk",
"vsphere_virtual_disk.data_disk"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment