Skip to content

Instantly share code, notes, and snippets.

@noam87
Created May 18, 2016 04:14
Show Gist options
  • Save noam87/60bc0e429f08933f3fddd53caf8feade to your computer and use it in GitHub Desktop.
Save noam87/60bc0e429f08933f3fddd53caf8feade to your computer and use it in GitHub Desktop.
azurerm_virtual_machine.core-build: Still creating... (10s elapsed)
2016/05/18 00:11:18 [DEBUG] vertex root, waiting for: provisioner.file (close)
2016/05/18 00:11:18 [DEBUG] terraform-provider-azurerm: 2016/05/18 00:11:18 [DEBUG] Sending Azure RM Request "GET" to "https://management.azure.com/ ... "
2016/05/18 00:11:19 [DEBUG] terraform-provider-azurerm: 2016/05/18 00:11:19 [DEBUG] Received Azure RM Request status code 200 OK for https://management.azure. ..."
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalWriteState
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalApplyProvisioners
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalIf
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalWriteDiff
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalIf
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalSequence
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalWriteStateTainted
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalIf
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalClearPrimaryState
2016/05/18 00:11:19 [DEBUG] root: eval: *terraform.EvalApplyPost
2016/05/18 00:11:19 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* azurerm_virtual_machine.core-build: Error waiting for Virtual Machine (cbvm) to become available: unexpected state 'Failed', wanted target '[Succeeded]'
2016/05/18 00:11:19 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* azurerm_virtual_machine.core-build: Error waiting for Virtual Machine (cbvm) to become available: unexpected state 'Failed', wanted target '[Succeeded]'
2016/05/18 00:11:19 [ERROR] root: eval: *terraform.EvalOpFilter, err: 1 error(s) occurred:
* azurerm_virtual_machine.core-build: Error waiting for Virtual Machine (cbvm) to become available: unexpected state 'Failed', wanted target '[Succeeded]'
2016/05/18 00:11:19 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* azurerm_virtual_machine.core-build: Error waiting for Virtual Machine (cbvm) to become available: unexpected state 'Failed', wanted target '[Succeeded]'
2016/05/18 00:11:19 [TRACE] [walkApply] Exiting eval tree: azurerm_virtual_machine.core-build
2016/05/18 00:11:19 [DEBUG] vertex provisioner.file (close), got dep: azurerm_virtual_machine.core-build
2016/05/18 00:11:19 [DEBUG] vertex provider.azurerm (close), got dep: azurerm_virtual_machine.core-build
2016/05/18 00:11:19 [DEBUG] vertex root, got dep: provisioner.file (close)
2016/05/18 00:11:19 [DEBUG] vertex root, got dep: provider.azurerm (close)
Error applying plan:
2016/05/18 00:11:19 [DEBUG] waiting for all plugin processes to complete...
1 error(s) occurred:
* azurerm_virtual_machine.core-build: Error waiting for Virtual Machine (cbvm) to become available: unexpected state 'Failed', wanted target '[Succeeded]'
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment