Skip to content

Instantly share code, notes, and snippets.

@belonesox
Created April 16, 2018 15:53
Show Gist options
  • Save belonesox/00a65b51dde35617128f6a98ccdd75f3 to your computer and use it in GitHub Desktop.
Save belonesox/00a65b51dde35617128f6a98ccdd75f3 to your computer and use it in GitHub Desktop.
terraform plan
stas@stas-custis-desktop ~/projects/-sol/tms-solution-deploy/terraform (master) $ 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.
data.vsphere_datacenter.dc: Refreshing state...
data.vsphere_datastore.datastore: Refreshing state...
data.vsphere_virtual_machine.template: Refreshing state...
data.vsphere_resource_pool.pool: Refreshing state...
data.vsphere_network.network: Refreshing state...
vsphere_virtual_machine.vm[0]: Refreshing state... (ID: 4202d774-cf4a-3c60-9388-cc89b3982e77)
vsphere_virtual_machine.vm[2]: Refreshing state... (ID: 42026b2f-594d-4fbe-5e7a-e2a408cd7df4)
vsphere_virtual_machine.vm[1]: Refreshing state... (ID: 4202da6e-aa51-c454-f757-5de0b27b1d47)
------------------------------------------------------------------------
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ vsphere_virtual_machine.vm[3]
id: <computed>
annotation: "TMS\nBug:\nOwner: Marketing\nBackup: Не требуется\nDescription: Виртуалка для проекта TMS"
boot_retry_delay: "10000"
change_version: <computed>
cpu_limit: "-1"
cpu_share_count: <computed>
cpu_share_level: "normal"
datastore_id: "datastore-58"
default_ip_address: <computed>
disk.#: "1"
disk.0.attach: "false"
disk.0.device_address: <computed>
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: "0"
disk.0.io_share_level: "normal"
disk.0.keep_on_remove: "true"
disk.0.key: "0"
disk.0.label: "disk0"
disk.0.path: <computed>
disk.0.size: "30"
disk.0.thin_provisioned: "false"
disk.0.unit_number: "0"
disk.0.uuid: <computed>
disk.0.write_through: "false"
ept_rvi_mode: "automatic"
firmware: "bios"
folder: "VMs"
force_power_off: "true"
guest_id: "ubuntu64Guest"
guest_ip_addresses.#: <computed>
host_system_id: <computed>
hv_mode: "hvAuto"
imported: <computed>
memory: "4096"
memory_limit: "-1"
memory_share_count: <computed>
memory_share_level: "normal"
migrate_wait_timeout: "30"
moid: <computed>
name: "big-tms-04"
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: <computed>
network_interface.0.bandwidth_share_level: "normal"
network_interface.0.device_address: <computed>
network_interface.0.key: <computed>
network_interface.0.mac_address: <computed>
network_interface.0.network_id: "dvportgroup-66"
num_cores_per_socket: "2"
num_cpus: "2"
reboot_required: <computed>
resource_pool_id: "resgroup-79"
run_tools_scripts_after_power_on: "true"
run_tools_scripts_after_resume: "true"
run_tools_scripts_before_guest_shutdown: "true"
run_tools_scripts_before_guest_standby: "true"
scsi_controller_count: "1"
scsi_type: "lsilogic"
shutdown_wait_timeout: "3"
swap_placement_policy: "inherit"
uuid: <computed>
vmware_tools_status: <computed>
vmx_path: <computed>
wait_for_guest_net_timeout: "5"
Plan: 1 to add, 0 to change, 0 to destroy.
------------------------------------------------------------------------
Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment