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 | |
azurerm_storage_account.test: Refreshing state... (ID: /subscriptions/...torage/storageAccounts/account-sanitized) | |
azurerm_storage_blob.test_source: Refreshing state... (ID: az-test-source-version-2.vhd) | |
azurerm_virtual_machine_scale_set.test_vmss: Refreshing state... (ID: /subscriptions/...virtualMachineScaleSets/az-test) | |
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
~ update in-place | |
-/+ destroy and then create replacement | |
<= read (data resources) |
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
2017/03/30 08:38:34 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
vsphere_virtual_machine.vm: Provisioning with 'file'... | |
2017/03/30 08:38:34 [DEBUG] plugin: terraform: file-provisioner (internal) 2017/03/30 08:38:34 connecting to TCP connection for SSH | |
2017/03/30 08:38:34 [DEBUG] plugin: terraform: file-provisioner (internal) 2017/03/30 08:38:34 handshaking with SSH | |
2017/03/30 08:38:34 [DEBUG] plugin: terraform: file-provisioner (internal) 2017/03/30 08:38:34 opening new ssh session | |
2017/03/30 08:38:34 [DEBUG] plugin: terraform: file-provisioner (internal) 2017/03/30 08:38:34 Starting remote scp process: scp -vt /tmp | |
2017/03/30 08:38:34 [DEBUG] plugin: terraform: file-provisioner (internal) 2017/03/30 08:38:34 Started SCP session, beginning transfers... | |
2017/03/30 08:38:34 [DEBUG] plugin: terraform: file-provisioner (internal) 2017/03/30 08:38:34 Copying input data into temporary file so we can read the length | |
2017/03/30 08:38:34 [DEBUG] plugin: terraform: file-provisioner (internal) 2017/03/30 08:38 |