Created
August 1, 2016 14:02
-
-
Save leowmjw/692d899da18ab80e78b4ff4cba3115af to your computer and use it in GitHub Desktop.
Debug log when Plan for AzureRM Provider
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
leow$ cat fail.log | |
2016/08/01 21:48:56 [INFO] Terraform version: 0.7.0 dev d85007b55a3b7553b7f855241a392e0596895144 | |
2016/08/01 21:48:56 [DEBUG] Detected home directory from env var: /Users/leow | |
2016/08/01 21:48:56 [DEBUG] Detected home directory from env var: /Users/leow | |
2016/08/01 21:48:56 [DEBUG] Attempting to open CLI config file: /Users/leow/.terraformrc | |
2016/08/01 21:48:56 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2016/08/01 21:48:56 [DEBUG] Detected home directory from env var: /Users/leow | |
2016/08/01 21:48:56 [DEBUG] New state was assigned lineage "0164f02c-e36b-4628-88bc-22a99ecfa55e" | |
2016/08/01 21:48:56 [DEBUG] Pruning provider with no dependencies: provider.azurerm.sinar_proj (disabled) | |
2016/08/01 21:48:56 [DEBUG] DestroyEdgeInclude: Checking: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] DestroyEdgeInclude: Checking: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking resource noop: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking resource noop: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_tenant_id | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_subscription_id | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_secret_key | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_access_key | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.ARM_SUBSCRIPTION_ID | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Starting graph walk: walkInput | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_secret_key: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_secret_key: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_region: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_region: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.ARM_SUBSCRIPTION_ID: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.ARM_SUBSCRIPTION_ID: evaluating | |
2016/08/01 21:48:56 [TRACE] [walkInput] Entering eval tree: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkInput] Exiting eval tree: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_tenant_id: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_tenant_id: evaluating | |
2016/08/01 21:48:56 [TRACE] [walkInput] Entering eval tree: var.ARM_SUBSCRIPTION_ID | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkInput] Exiting eval tree: var.ARM_SUBSCRIPTION_ID | |
2016/08/01 21:48:56 [DEBUG] vertex root.output.region: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_access_key: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.output.region: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex root.provider.azurerm: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_subscription_id: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_subscription_id: evaluating | |
2016/08/01 21:48:56 [TRACE] [walkInput] Entering eval tree: output.region | |
2016/08/01 21:48:56 [TRACE] [walkInput] Entering eval tree: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkInput] Exiting eval tree: var.azure_subscription_id | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalWriteOutput | |
2016/08/01 21:48:56 [DEBUG] plugin: starting plugin: /Users/leow/Desktop/PROJECTS/GOLANG/bin/terraform []string{"/Users/leow/Desktop/PROJECTS/GOLANG/bin/terraform", "internal-plugin", "provider", "azurerm"} | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_access_key: evaluating | |
2016/08/01 21:48:56 [TRACE] [walkInput] Entering eval tree: var.azure_access_key | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkInput] Exiting eval tree: var.azure_access_key | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_access_key | |
2016/08/01 21:48:56 [DEBUG] plugin: waiting for RPC address for: /Users/leow/Desktop/PROJECTS/GOLANG/bin/terraform | |
2016/08/01 21:48:56 [DEBUG] plugin: terraform: 2016/08/01 21:48:56 [INFO] Terraform version: 0.7.0 dev d85007b55a3b7553b7f855241a392e0596895144 | |
2016/08/01 21:48:56 [DEBUG] plugin: terraform: 2016/08/01 21:48:56 [DEBUG] Detected home directory from env var: /Users/leow | |
2016/08/01 21:48:56 [DEBUG] plugin: terraform: 2016/08/01 21:48:56 [DEBUG] Detected home directory from env var: /Users/leow | |
2016/08/01 21:48:56 [DEBUG] plugin: terraform: 2016/08/01 21:48:56 [DEBUG] Attempting to open CLI config file: /Users/leow/.terraformrc | |
2016/08/01 21:48:56 [DEBUG] plugin: terraform: 2016/08/01 21:48:56 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2016/08/01 21:48:56 [DEBUG] plugin: terraform: azurerm-provider (internal) 2016/08/01 21:48:56 [INFO] Starting provider plugin azurerm | |
2016/08/01 21:48:56 [DEBUG] plugin: terraform: azurerm-provider (internal) 2016/08/01 21:48:56 [DEBUG] Detected home directory from env var: /Users/leow | |
2016/08/01 21:48:56 [DEBUG] plugin: terraform: azurerm-provider (internal) 2016/08/01 21:48:56 [DEBUG] plugin: plugin address: unix /var/folders/hv/pmbkmm3j7sj9l1dwtv2b1js00000gq/T/plugin911362532 | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInputProvider | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkInput] Exiting eval tree: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_virtual_network.network, got dep: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_virtual_network.network, got dep: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] vertex provider.azurerm (close), got dep: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_resource_group.development, got dep: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_resource_group.development, got dep: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_resource_group.development: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_resource_group.development: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_resource_group.development: expanding/walking dynamic subgraph | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_resource_group.development: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_resource_group.development: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] vertex provider.azurerm (close), got dep: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_virtual_network.network, got dep: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_virtual_network.network: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_virtual_network.network: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2016/08/01 21:48:56 [TRACE] [walkInput] Exiting eval tree: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_virtual_network.network: expanding/walking dynamic subgraph | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_virtual_network.network: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_virtual_network.network: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] vertex provider.azurerm (close), got dep: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] vertex root.provider.azurerm (close): walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.provider.azurerm (close): evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalCloseProvider | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: provider.azurerm (close) | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_secret_key | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_subscription_id | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_tenant_id | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: output.region | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.ARM_SUBSCRIPTION_ID | |
2016/08/01 21:48:56 [DEBUG] vertex root.root: walking | |
2016/08/01 21:48:56 [DEBUG] Pruning provider with no dependencies: provider.azurerm.sinar_proj (disabled) | |
2016/08/01 21:48:56 [DEBUG] DestroyEdgeInclude: Checking: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] DestroyEdgeInclude: Checking: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking resource noop: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking resource noop: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_tenant_id | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_secret_key | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_access_key | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.ARM_SUBSCRIPTION_ID | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_subscription_id | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Starting graph walk: walkValidate | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.ARM_SUBSCRIPTION_ID: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.ARM_SUBSCRIPTION_ID: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_access_key: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_access_key: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_access_key | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_subscription_id: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_region: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_region: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex root.provider.azurerm: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.provider.azurerm: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex root.output.region: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.output.region: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_resource_group.development, got dep: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_secret_key: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_secret_key: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_virtual_network.network, got dep: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkValidate] Exiting eval tree: var.azure_tenant_id | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalWriteOutput | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_tenant_id | |
2016/08/01 21:48:56 [TRACE] [walkValidate] Entering eval tree: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_subscription_id: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalValidateProvider | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSetProviderConfig | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_resource_group.development, got dep: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_resource_group.development: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_resource_group.development: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_resource_group.development: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_resource_group.development: evaluating | |
2016/08/01 21:48:56 [TRACE] [walkValidate] Entering eval tree: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_virtual_network.network, got dep: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_virtual_network.network, got dep: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_virtual_network.network: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_virtual_network.network: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_virtual_network.network: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.azurerm_virtual_network.network: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] vertex provider.azurerm (close), got dep: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] vertex provider.azurerm (close), got dep: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex provider.azurerm (close), got dep: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] vertex root.provider.azurerm (close): walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.provider.azurerm (close): evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalCloseProvider | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_subscription_id | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: output.region | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.ARM_SUBSCRIPTION_ID | |
2016/08/01 21:48:56 [DEBUG] vertex root.root: walking | |
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. | |
2016/08/01 21:48:56 [DEBUG] Pruning provider with no dependencies: provider.azurerm.sinar_proj (disabled) | |
2016/08/01 21:48:56 [DEBUG] DestroyEdgeInclude: Checking: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] DestroyEdgeInclude: Checking: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_access_key | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.ARM_SUBSCRIPTION_ID | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking resource noop: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking resource noop: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_tenant_id | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_subscription_id | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Checking variable noop: var.azure_secret_key | |
2016/08/01 21:48:56 [DEBUG] No diff, not a noop | |
2016/08/01 21:48:56 [DEBUG] Starting graph walk: walkRefresh | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_secret_key: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_secret_key: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_access_key: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_access_key: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex root.output.region: evaluating | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalWriteOutput | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_virtual_network.network, got dep: var.azure_region | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkRefresh] Exiting eval tree: var.ARM_SUBSCRIPTION_ID | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_access_key | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_tenant_id: walking | |
2016/08/01 21:48:56 [DEBUG] vertex root.var.azure_tenant_id: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex root.provider.azurerm: evaluating | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_resource_group.development, got dep: var.azure_region | |
2016/08/01 21:48:56 [TRACE] [walkRefresh] Entering eval tree: var.azure_tenant_id | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalNoop | |
2016/08/01 21:48:56 [TRACE] [walkRefresh] Entering eval tree: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_tenant_id | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: output.region | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_secret_key | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: var.azure_subscription_id | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: terraform.EvalNoop | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSetProviderConfig | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalSequence | |
2016/08/01 21:48:56 [DEBUG] root: eval: *terraform.EvalConfigProvider | |
2016/08/01 21:48:56 [ERROR] root: eval: *terraform.EvalConfigProvider, err: 4 error(s) occurred: | |
* Subscription ID must be configured for the AzureRM provider | |
* Client ID must be configured for the AzureRM provider | |
* Client Secret must be configured for the AzureRM provider | |
* Tenant ID must be configured for the AzureRM provider | |
2016/08/01 21:48:56 [ERROR] root: eval: *terraform.EvalSequence, err: 4 error(s) occurred: | |
* Subscription ID must be configured for the AzureRM provider | |
* Client ID must be configured for the AzureRM provider | |
* Client Secret must be configured for the AzureRM provider | |
* Tenant ID must be configured for the AzureRM provider | |
2016/08/01 21:48:56 [ERROR] root: eval: *terraform.EvalOpFilter, err: 4 error(s) occurred: | |
* Subscription ID must be configured for the AzureRM provider | |
* Client ID must be configured for the AzureRM provider | |
* Client Secret must be configured for the AzureRM provider | |
* Tenant ID must be configured for the AzureRM provider | |
2016/08/01 21:48:56 [ERROR] root: eval: *terraform.EvalSequence, err: 4 error(s) occurred: | |
* Subscription ID must be configured for the AzureRM provider | |
* Client ID must be configured for the AzureRM provider | |
* Client Secret must be configured for the AzureRM provider | |
* Tenant ID must be configured for the AzureRM provider | |
2016/08/01 21:48:56 [TRACE] [walkRefresh] Exiting eval tree: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_resource_group.development, got dep: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_virtual_network.network, got dep: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] vertex azurerm_virtual_network.network, got dep: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex provider.azurerm (close), got dep: azurerm_virtual_network.network | |
2016/08/01 21:48:56 [DEBUG] vertex provider.azurerm (close), got dep: provider.azurerm | |
2016/08/01 21:48:56 [DEBUG] vertex provider.azurerm (close), got dep: azurerm_resource_group.development | |
2016/08/01 21:48:56 [DEBUG] vertex root, got dep: provider.azurerm (close) | |
2016/08/01 21:48:56 [DEBUG] plugin: waiting for all plugin processes to complete... | |
Error refreshing state: 1 error(s) occurred: | |
* 4 error(s) occurred: | |
* Subscription ID must be configured for the AzureRM provider | |
* Client ID must be configured for the AzureRM provider | |
* Client Secret must be configured for the AzureRM provider | |
* Tenant ID must be configured for the AzureRM provider | |
2016/08/01 21:48:56 [DEBUG] plugin: /Users/leow/Desktop/PROJECTS/GOLANG/bin/terraform: plugin process exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment