Skip to content

Instantly share code, notes, and snippets.

@RomanSaveljev
Created January 17, 2018 11:19
Show Gist options
  • Save RomanSaveljev/7c2fff68cab944399859435f68ef7afc to your computer and use it in GitHub Desktop.
Save RomanSaveljev/7c2fff68cab944399859435f68ef7afc to your computer and use it in GitHub Desktop.
terraform bug
2018/01/17 13:18:29 [INFO] Terraform version: 0.11.2 a6008b8a48a749c7c167453b9cf55ffd572b9a5d
2018/01/17 13:18:29 [INFO] Go runtime version: go1.9.1
2018/01/17 13:18:29 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-auto-approve=true"}
2018/01/17 13:18:29 [DEBUG] Attempting to open CLI config file: /Users/romsav01/.terraformrc
2018/01/17 13:18:29 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/01/17 13:18:29 [INFO] CLI command args: []string{"apply", "-auto-approve=true"}
2018/01/17 13:18:29 [INFO] command: empty terraform config, returning nil
2018/01/17 13:18:29 [DEBUG] command: no data state file found for backend config
2018/01/17 13:18:29 [DEBUG] New state was assigned lineage "e7e1aa7d-efe9-452c-af4b-da1b49f9dea4"
2018/01/17 13:18:29 [INFO] command: backend initialized: <nil>
2018/01/17 13:18:29 [DEBUG] checking for provider in "."
2018/01/17 13:18:29 [DEBUG] checking for provider in "/usr/local/bin"
2018/01/17 13:18:29 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/01/17 13:18:29 [DEBUG] found provider "terraform-provider-aws_v1.7.0_x4"
2018/01/17 13:18:29 [DEBUG] found valid plugin: "aws", "1.7.0", "/Users/romsav01/code/sandbox/infra/staging/t5/bug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.7.0_x4"
2018/01/17 13:18:29 [DEBUG] checking for provisioner in "."
2018/01/17 13:18:29 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/01/17 13:18:29 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/01/17 13:18:29 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/01/17 13:18:29 [INFO] backend/local: starting Apply operation
2018/01/17 13:18:29 [TRACE] Preserving existing state lineage "34fb33a2-bd16-4f64-a99b-cc0b2ca78856"
2018/01/17 13:18:29 [TRACE] Preserving existing state lineage "34fb33a2-bd16-4f64-a99b-cc0b2ca78856"
2018/01/17 13:18:29 [INFO] terraform: building graph: GraphTypeInput
2018/01/17 13:18:29 [TRACE] ConfigTransformer: Starting for path: []
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.LocalTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OutputTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_spot_instance_request.instance
2018/01/17 13:18:29 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"instance", Type:"aws_spot_instance_request", RawCount:(*config.RawConfig)(0xc42033ab60), RawConfig:(*config.RawConfig)(0xc42033aaf0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"raas_windows_builder", Type:"aws_eip_association", RawCount:(*config.RawConfig)(0xc42033ac40), RawConfig:(*config.RawConfig)(0xc42033abd0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
2018/01/17 13:18:29 [DEBUG] Resource state not found for "aws_spot_instance_request.instance": aws_spot_instance_request.instance
2018/01/17 13:18:29 [DEBUG] Resource state not found for "aws_eip_association.raas_windows_builder": aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
2018/01/17 13:18:29 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/17 13:18:29 [TRACE] Attach provider request: []string{} aws
2018/01/17 13:18:29 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42033aa80)}
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [DEBUG] resource aws_spot_instance_request.instance using provider provider.aws
2018/01/17 13:18:29 [DEBUG] resource aws_eip_association.raas_windows_builder using provider provider.aws
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "aws_eip_association.raas_windows_builder" references: [aws_spot_instance_request.instance]
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "aws_spot_instance_request.instance" references: []
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
aws_spot_instance_request.instance - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/01/17 13:18:29 [DEBUG] Starting graph walk: walkInput
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "root"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "aws_eip_association.raas_windows_builder" waiting on "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "aws_spot_instance_request.instance" waiting on "provider.aws"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "aws_eip_association.raas_windows_builder", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "aws_spot_instance_request.instance", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: walking "provider.aws"
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws': evaluating
2018/01/17 13:18:29 [TRACE] [walkInput] Entering eval tree: provider.aws
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInitProvider
2018-01-17T13:18:29.855+0200 [DEBUG] plugin: starting plugin: path=/Users/romsav01/code/sandbox/infra/staging/t5/bug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.7.0_x4 args=[/Users/romsav01/code/sandbox/infra/staging/t5/bug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.7.0_x4]
2018-01-17T13:18:29.866+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/romsav01/code/sandbox/infra/staging/t5/bug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.7.0_x4
2018-01-17T13:18:29.878+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: plugin address: timestamp=2018-01-17T13:18:29.878+0200 address=/var/folders/pb/d1b7b5rs5dz5m05bc5fbk380sdm5cx/T/plugin371141839 network=unix
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInputProvider
2018/01/17 13:18:29 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:29 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:29 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:29 [TRACE] [walkInput] Exiting eval tree: provider.aws
2018/01/17 13:18:29 [TRACE] dag/walk: walking "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_spot_instance_request.instance': walking
2018/01/17 13:18:29 [TRACE] dag/walk: walking "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': walking
2018/01/17 13:18:29 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:29 [TRACE] dag/walk: walking "provider.aws (close)"
2018/01/17 13:18:29 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws (close)': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/01/17 13:18:29 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/01/17 13:18:29 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/01/17 13:18:29 [TRACE] [walkInput] Entering eval tree: provider.aws (close)
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/17 13:18:29 [TRACE] [walkInput] Exiting eval tree: provider.aws (close)
2018/01/17 13:18:29 [TRACE] dag/walk: walking "root"
2018/01/17 13:18:29 [TRACE] vertex 'root.root': walking
2018/01/17 13:18:29 [INFO] terraform: building graph: GraphTypeValidate
2018/01/17 13:18:29 [TRACE] ConfigTransformer: Starting for path: []
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.LocalTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OutputTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_spot_instance_request.instance
2018/01/17 13:18:29 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"instance", Type:"aws_spot_instance_request", RawCount:(*config.RawConfig)(0xc42033ab60), RawConfig:(*config.RawConfig)(0xc42033aaf0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"raas_windows_builder", Type:"aws_eip_association", RawCount:(*config.RawConfig)(0xc42033ac40), RawConfig:(*config.RawConfig)(0xc42033abd0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
2018/01/17 13:18:29 [DEBUG] Resource state not found for "aws_spot_instance_request.instance": aws_spot_instance_request.instance
2018/01/17 13:18:29 [DEBUG] Resource state not found for "aws_eip_association.raas_windows_builder": aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
2018/01/17 13:18:29 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/17 13:18:29 [TRACE] Attach provider request: []string{} aws
2018/01/17 13:18:29 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42033aa80)}
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [DEBUG] resource aws_spot_instance_request.instance using provider provider.aws
2018/01/17 13:18:29 [DEBUG] resource aws_eip_association.raas_windows_builder using provider provider.aws
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "aws_spot_instance_request.instance" references: []
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "aws_eip_association.raas_windows_builder" references: [aws_spot_instance_request.instance]
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
aws_spot_instance_request.instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/01/17 13:18:29 [DEBUG] Starting graph walk: walkValidate
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "root"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "aws_spot_instance_request.instance" waiting on "provider.aws"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "aws_eip_association.raas_windows_builder" waiting on "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "aws_spot_instance_request.instance", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "aws_eip_association.raas_windows_builder", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: walking "provider.aws"
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws': evaluating
2018/01/17 13:18:29 [TRACE] [walkValidate] Entering eval tree: provider.aws
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/17 13:18:29 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/01/17 13:18:29 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:29 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:29 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2018/01/17 13:18:29 [TRACE] dag/walk: walking "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_spot_instance_request.instance': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_spot_instance_request.instance': evaluating
2018/01/17 13:18:29 [TRACE] [walkValidate] Entering eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/17 13:18:29 [TRACE] [walkValidate] Exiting eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_spot_instance_request.instance': expanding/walking dynamic subgraph
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_spot_instance_request.instance - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [DEBUG] Resource state not found for "aws_spot_instance_request.instance": aws_spot_instance_request.instance
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_spot_instance_request.instance - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_spot_instance_request.instance - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "aws_spot_instance_request.instance" references: []
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_spot_instance_request.instance - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootTransformer:
aws_spot_instance_request.instance - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] dag/walk: walking "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_spot_instance_request.instance': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_spot_instance_request.instance': evaluating
2018/01/17 13:18:29 [TRACE] [walkValidate] Entering eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/17 13:18:29 [TRACE] [walkValidate] Exiting eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:29 [TRACE] dag/walk: walking "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': evaluating
2018/01/17 13:18:29 [TRACE] [walkValidate] Entering eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/17 13:18:29 [TRACE] [walkValidate] Exiting eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': expanding/walking dynamic subgraph
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [DEBUG] Resource state not found for "aws_eip_association.raas_windows_builder": aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "aws_eip_association.raas_windows_builder" references: []
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeValidatableResourceInstance
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: walking "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': evaluating
2018/01/17 13:18:29 [TRACE] [walkValidate] Entering eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/17 13:18:29 [TRACE] [walkValidate] Exiting eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] dag/walk: walking "provider.aws (close)"
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws (close)': walking
2018/01/17 13:18:29 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:29 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/01/17 13:18:29 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/17 13:18:29 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2018/01/17 13:18:29 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/01/17 13:18:29 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/01/17 13:18:29 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/01/17 13:18:29 [TRACE] dag/walk: walking "root"
2018/01/17 13:18:29 [TRACE] vertex 'root.root': walking
2018/01/17 13:18:29 [INFO] backend/local: apply calling Refresh
2018/01/17 13:18:29 [INFO] terraform: building graph: GraphTypeRefresh
2018/01/17 13:18:29 [TRACE] No managed resources in state during refresh, skipping managed resource transformer
2018/01/17 13:18:29 [TRACE] ConfigTransformer: Starting for path: []
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ConfigTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachStateTransformer:
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootVariableTransformer:
2018/01/17 13:18:29 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/17 13:18:29 [TRACE] Attach provider request: []string{} aws
2018/01/17 13:18:29 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42033aa80)}
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.MissingProviderTransformer:
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ProviderTransformer:
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [DEBUG] pruning unused provider provider.aws
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.PruneProviderTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ParentProviderTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.graphTransformerMulti:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.LocalTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OutputTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ReferenceTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TargetsTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CloseProviderTransformer:
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootTransformer:
root - terraform.graphNodeRoot
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
root - terraform.graphNodeRoot
2018/01/17 13:18:29 [DEBUG] Starting graph walk: walkRefresh
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "root"
2018/01/17 13:18:29 [TRACE] dag/walk: walking "root"
2018/01/17 13:18:29 [TRACE] vertex 'root.root': walking
2018/01/17 13:18:29 [INFO] backend/local: apply calling Plan
2018/01/17 13:18:29 [INFO] terraform: building graph: GraphTypePlan
2018/01/17 13:18:29 [TRACE] ConfigTransformer: Starting for path: []
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.LocalTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OutputTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_spot_instance_request.instance
2018/01/17 13:18:29 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"instance", Type:"aws_spot_instance_request", RawCount:(*config.RawConfig)(0xc42033ab60), RawConfig:(*config.RawConfig)(0xc42033aaf0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/17 13:18:29 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"raas_windows_builder", Type:"aws_eip_association", RawCount:(*config.RawConfig)(0xc42033ac40), RawConfig:(*config.RawConfig)(0xc42033abd0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
2018/01/17 13:18:29 [DEBUG] Resource state not found for "aws_spot_instance_request.instance": aws_spot_instance_request.instance
2018/01/17 13:18:29 [DEBUG] Resource state not found for "aws_eip_association.raas_windows_builder": aws_eip_association.raas_windows_builder
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
2018/01/17 13:18:29 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/17 13:18:29 [TRACE] Attach provider request: []string{} aws
2018/01/17 13:18:29 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42033aa80)}
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [DEBUG] resource aws_spot_instance_request.instance using provider provider.aws
2018/01/17 13:18:29 [DEBUG] resource aws_eip_association.raas_windows_builder using provider provider.aws
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "aws_spot_instance_request.instance" references: []
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "aws_eip_association.raas_windows_builder" references: [aws_spot_instance_request.instance]
2018/01/17 13:18:29 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.RootTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/01/17 13:18:29 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
aws_spot_instance_request.instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/01/17 13:18:29 [DEBUG] Starting graph walk: walkPlan
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "root"
2018/01/17 13:18:29 [TRACE] dag/walk: added new vertex: "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "aws_eip_association.raas_windows_builder" waiting on "aws_spot_instance_request.instance"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "aws_spot_instance_request.instance" waiting on "provider.aws"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:29 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "aws_eip_association.raas_windows_builder", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "aws_spot_instance_request.instance", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/01/17 13:18:29 [TRACE] dag/walk: walking "provider.aws"
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws': walking
2018/01/17 13:18:29 [TRACE] vertex 'root.provider.aws': evaluating
2018/01/17 13:18:29 [TRACE] [walkPlan] Entering eval tree: provider.aws
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/17 13:18:29 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:29 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:29 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-01-17T13:18:29.936+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:29 [INFO] No assume_role block read from configuration
2018-01-17T13:18:29.937+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:29 [INFO] Building AWS region structure
2018-01-17T13:18:29.937+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:29 [INFO] Building AWS auth structure
2018-01-17T13:18:29.937+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:29 [INFO] Setting AWS metadata API timeout to 100ms
2018-01-17T13:18:30.602+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:30 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-01-17T13:18:30.603+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:30 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-01-17T13:18:30.603+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:30 [INFO] Initializing DeviceFarm SDK connection
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:30 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: sts.amazonaws.com
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 43
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=bc55b02128e60e59a4f517aa9aa4b648468722215a173fe6e5f86b5dac9105f1
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111830Z
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-01-17T13:18:30.604+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:31 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 419
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:31 GMT
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amzn-Requestid: 26476571-fb78-11e7-ba3b-89ecc6577f74
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:31 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <GetCallerIdentityResult>
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <Arn>arn:aws:iam::853142832404:user/roman.savelyev@arm.com</Arn>
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <UserId>AIDAI2GMKBFWESA6JGCHC</UserId>
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <Account>853142832404</Account>
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </GetCallerIdentityResult>
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ResponseMetadata>
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <RequestId>26476571-fb78-11e7-ba3b-89ecc6577f74</RequestId>
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </ResponseMetadata>
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </GetCallerIdentityResponse>
2018-01-17T13:18:31.576+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:31 [DEBUG] Trying to get account ID via iam:GetUser
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:31 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: iam.amazonaws.com
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 33
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=a9b29cfb62e478fa44f77c7a4ad50b415e8ff69f15f84ce98736ed0d5781fb3d
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111831Z
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=GetUser&Version=2010-05-08
2018-01-17T13:18:31.577+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:32.321+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:32 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-01-17T13:18:32.321+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 557
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:31 GMT
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amzn-Requestid: 26b7b3e1-fb78-11e7-9f56-cb8ee1a4d323
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:32 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <GetUserResult>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <User>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <Path>/</Path>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <PasswordLastUsed>2018-01-17T09:22:54Z</PasswordLastUsed>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <UserName>roman.savelyev@arm.com</UserName>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <Arn>arn:aws:iam::853142832404:user/roman.savelyev@arm.com</Arn>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <UserId>AIDAI2GMKBFWESA6JGCHC</UserId>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <CreateDate>2016-07-19T10:59:20Z</CreateDate>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </User>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </GetUserResult>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ResponseMetadata>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <RequestId>26b7b3e1-fb78-11e7-9f56-cb8ee1a4d323</RequestId>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </ResponseMetadata>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </GetUserResponse>
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:32 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:32.322+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 87
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c1d644fc9d59e656153468a5956c7b72d90f05a2a610c0f154e8293b29173071
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111832Z
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-01-17T13:18:32.323+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:32 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Transfer-Encoding: chunked
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml;charset=UTF-8
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:32 GMT
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Server: AmazonEC2
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Vary: Accept-Encoding
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:32 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <requestId>36765e44-8fcd-418a-ad8a-e32e527706ae</requestId>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <accountAttributeSet>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attributeName>supported-platforms</attributeName>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attributeValueSet>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attributeValue>VPC</attributeValue>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </attributeValueSet>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </accountAttributeSet>
2018-01-17T13:18:32.767+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </DescribeAccountAttributesResponse>
2018/01/17 13:18:32 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2018/01/17 13:18:32 [TRACE] dag/walk: walking "aws_spot_instance_request.instance"
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_spot_instance_request.instance': walking
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_spot_instance_request.instance': evaluating
2018/01/17 13:18:32 [TRACE] [walkPlan] Entering eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/17 13:18:32 [TRACE] [walkPlan] Exiting eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_spot_instance_request.instance': expanding/walking dynamic subgraph
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_spot_instance_request.instance - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [TRACE] OrphanResourceCount: Starting...
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_spot_instance_request.instance - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [DEBUG] Resource state not found for "aws_spot_instance_request.instance": aws_spot_instance_request.instance
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_spot_instance_request.instance - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_spot_instance_request.instance - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [DEBUG] ReferenceTransformer: "aws_spot_instance_request.instance" references: []
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_spot_instance_request.instance - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_spot_instance_request.instance - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [TRACE] dag/walk: added new vertex: "aws_spot_instance_request.instance"
2018/01/17 13:18:32 [TRACE] dag/walk: walking "aws_spot_instance_request.instance"
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_spot_instance_request.instance': walking
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_spot_instance_request.instance': evaluating
2018/01/17 13:18:32 [TRACE] [walkPlan] Entering eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalReadState
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalDiff
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/17 13:18:32 [TRACE] [walkPlan] Exiting eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:32 [TRACE] dag/walk: walking "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': walking
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': evaluating
2018/01/17 13:18:32 [TRACE] [walkPlan] Entering eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/17 13:18:32 [TRACE] [walkPlan] Exiting eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': expanding/walking dynamic subgraph
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [TRACE] OrphanResourceCount: Starting...
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [DEBUG] Resource state not found for "aws_eip_association.raas_windows_builder": aws_eip_association.raas_windows_builder
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [DEBUG] ReferenceTransformer: "aws_eip_association.raas_windows_builder" references: []
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodePlannableResourceInstance
2018/01/17 13:18:32 [TRACE] dag/walk: added new vertex: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:32 [TRACE] dag/walk: walking "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': walking
2018/01/17 13:18:32 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': evaluating
2018/01/17 13:18:32 [TRACE] [walkPlan] Entering eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalReadState
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalDiff
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/17 13:18:32 [TRACE] [walkPlan] Exiting eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:32 [TRACE] dag/walk: walking "provider.aws (close)"
2018/01/17 13:18:32 [TRACE] vertex 'root.provider.aws (close)': walking
2018/01/17 13:18:32 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:32 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/01/17 13:18:32 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/01/17 13:18:32 [TRACE] [walkPlan] Entering eval tree: provider.aws (close)
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/17 13:18:32 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close)
2018/01/17 13:18:32 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/01/17 13:18:32 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/01/17 13:18:32 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/01/17 13:18:32 [TRACE] dag/walk: walking "root"
2018/01/17 13:18:32 [TRACE] vertex 'root.root': walking
2018/01/17 13:18:32 [INFO] terraform: building graph: GraphTypeApply
2018/01/17 13:18:32 [TRACE] DiffTransformer: starting
2018/01/17 13:18:32 [TRACE] DiffTransformer: Module: CREATE: aws_eip_association.raas_windows_builder
allocation_id: "" => "eipalloc-27fc291a" (forces new resource)
instance_id: "" => "<computed>" (forces new resource)
network_interface_id: "" => "<computed>" (forces new resource)
private_ip_address: "" => "<computed>" (forces new resource)
public_ip: "" => "<computed>" (forces new resource)
CREATE: aws_spot_instance_request.instance
ami: "" => "ami-94b236ed" (forces new resource)
associate_public_ip_address: "" => "<computed>" (forces new resource)
availability_zone: "" => "<computed>" (forces new resource)
ebs_block_device.#: "" => "<computed>" (forces new resource)
ephemeral_block_device.#: "" => "<computed>" (forces new resource)
instance_interruption_behaviour: "" => "terminate" (forces new resource)
instance_state: "" => "<computed>" (forces new resource)
instance_type: "" => "m4.xlarge" (forces new resource)
ipv6_address_count: "" => "<computed>" (forces new resource)
ipv6_addresses.#: "" => "<computed>" (forces new resource)
key_name: "" => "<computed>" (forces new resource)
network_interface.#: "" => "<computed>" (forces new resource)
network_interface_id: "" => "<computed>" (forces new resource)
placement_group: "" => "<computed>" (forces new resource)
primary_network_interface_id: "" => "<computed>" (forces new resource)
private_dns: "" => "<computed>" (forces new resource)
private_ip: "" => "<computed>" (forces new resource)
public_dns: "" => "<computed>" (forces new resource)
public_ip: "" => "<computed>" (forces new resource)
root_block_device.#: "" => "<computed>" (forces new resource)
security_groups.#: "" => "<computed>" (forces new resource)
source_dest_check: "" => "true" (forces new resource)
spot_bid_status: "" => "<computed>"
spot_instance_id: "" => "<computed>"
spot_price: "" => "0.8" (forces new resource)
spot_request_state: "" => "<computed>"
spot_type: "" => "one-time"
subnet_id: "" => "<computed>" (forces new resource)
tenancy: "" => "<computed>" (forces new resource)
vpc_security_group_ids.#: "" => "<computed>" (forces new resource)
wait_for_fulfillment: "" => "true"
2018/01/17 13:18:32 [TRACE] DiffTransformer: Resource "aws_spot_instance_request.instance": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"private_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "instance_state":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "spot_instance_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "spot_price":*terraform.ResourceAttrDiff{Old:"", New:"0.8", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "source_dest_check":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ami":*terraform.ResourceAttrDiff{Old:"", New:"ami-94b236ed", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "root_block_device.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "spot_bid_status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "availability_zone":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ipv6_address_count":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "primary_network_interface_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ipv6_addresses.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "instance_type":*terraform.ResourceAttrDiff{Old:"", New:"m4.xlarge", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "private_dns":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "vpc_security_group_ids.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "ebs_block_device.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "public_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "security_groups.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "key_name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "spot_type":*terraform.ResourceAttrDiff{Old:"", New:"one-time", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "spot_request_state":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tenancy":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "public_dns":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ephemeral_block_device.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "subnet_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "placement_group":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "wait_for_fulfillment":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "instance_interruption_behaviour":*terraform.ResourceAttrDiff{Old:"", New:"terminate", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "associate_public_ip_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/01/17 13:18:32 [TRACE] DiffTransformer: Resource "aws_eip_association.raas_windows_builder": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"public_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "allocation_id":*terraform.ResourceAttrDiff{Old:"", New:"eipalloc-27fc291a", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "instance_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_spot_instance_request.instance.spot_instance_id}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "private_ip_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.DiffTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
2018/01/17 13:18:32 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/17 13:18:32 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_spot_instance_request.instance
2018/01/17 13:18:32 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"instance", Type:"aws_spot_instance_request", RawCount:(*config.RawConfig)(0xc42033ab60), RawConfig:(*config.RawConfig)(0xc42033aaf0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/17 13:18:32 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_eip_association.raas_windows_builder
2018/01/17 13:18:32 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"raas_windows_builder", Type:"aws_eip_association", RawCount:(*config.RawConfig)(0xc42033ac40), RawConfig:(*config.RawConfig)(0xc42033abd0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
2018/01/17 13:18:32 [DEBUG] Resource state not found for "aws_spot_instance_request.instance": aws_spot_instance_request.instance
2018/01/17 13:18:32 [DEBUG] Resource state not found for "aws_eip_association.raas_windows_builder": aws_eip_association.raas_windows_builder
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
2018/01/17 13:18:32 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/17 13:18:32 [TRACE] Attach provider request: []string{} aws
2018/01/17 13:18:32 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42033aa80)}
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [DEBUG] resource aws_spot_instance_request.instance using provider provider.aws
2018/01/17 13:18:32 [DEBUG] resource aws_eip_association.raas_windows_builder using provider provider.aws
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.LocalTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.OutputTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/01/17 13:18:32 [DEBUG] ReferenceTransformer: "aws_spot_instance_request.instance" references: []
2018/01/17 13:18:32 [DEBUG] ReferenceTransformer: "aws_eip_association.raas_windows_builder" references: [aws_spot_instance_request.instance aws_spot_instance_request.instance]
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/01/17 13:18:32 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
aws_spot_instance_request.instance - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip_association.raas_windows_builder - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/01/17 13:18:32 [DEBUG] Starting graph walk: walkApply
2018/01/17 13:18:32 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:32 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/01/17 13:18:32 [TRACE] dag/walk: added new vertex: "root"
2018/01/17 13:18:32 [TRACE] dag/walk: added new vertex: "aws_spot_instance_request.instance"
2018/01/17 13:18:32 [TRACE] dag/walk: added new vertex: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:32 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/01/17 13:18:32 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:32 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:32 [TRACE] dag/walk: added edge: "aws_eip_association.raas_windows_builder" waiting on "aws_spot_instance_request.instance"
2018/01/17 13:18:32 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:32 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/01/17 13:18:32 [TRACE] dag/walk: added edge: "aws_spot_instance_request.instance" waiting on "provider.aws"
2018/01/17 13:18:32 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/01/17 13:18:32 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/01/17 13:18:32 [TRACE] dag/walk: dependencies changed for "aws_eip_association.raas_windows_builder", sending new deps
2018/01/17 13:18:32 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/01/17 13:18:32 [TRACE] dag/walk: dependencies changed for "aws_spot_instance_request.instance", sending new deps
2018/01/17 13:18:32 [TRACE] dag/walk: walking "provider.aws"
2018/01/17 13:18:32 [TRACE] vertex 'root.provider.aws': walking
2018/01/17 13:18:32 [TRACE] vertex 'root.provider.aws': evaluating
2018/01/17 13:18:32 [TRACE] [walkApply] Entering eval tree: provider.aws
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/17 13:18:32 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:32 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:32 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-01-17T13:18:32.781+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:32 [INFO] No assume_role block read from configuration
2018-01-17T13:18:32.781+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:32 [INFO] Building AWS region structure
2018-01-17T13:18:32.781+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:32 [INFO] Building AWS auth structure
2018-01-17T13:18:32.781+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:32 [INFO] Setting AWS metadata API timeout to 100ms
2018-01-17T13:18:33.499+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:33 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-01-17T13:18:33.499+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:33 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:33 [INFO] Initializing DeviceFarm SDK connection
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:33 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: sts.amazonaws.com
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 43
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f91dd13c96da87aab5588f3a13560e5f50a3f3dc292f2f41399ebf96ecaca8a8
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111833Z
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-01-17T13:18:33.500+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:34 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 419
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:33 GMT
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amzn-Requestid: 27cb4691-fb78-11e7-a0b3-57ef57f0c960
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:34 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <GetCallerIdentityResult>
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <Arn>arn:aws:iam::853142832404:user/roman.savelyev@arm.com</Arn>
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <UserId>AIDAI2GMKBFWESA6JGCHC</UserId>
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <Account>853142832404</Account>
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </GetCallerIdentityResult>
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ResponseMetadata>
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <RequestId>27cb4691-fb78-11e7-a0b3-57ef57f0c960</RequestId>
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </ResponseMetadata>
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </GetCallerIdentityResponse>
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:34 [DEBUG] Trying to get account ID via iam:GetUser
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:34 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: iam.amazonaws.com
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 33
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b9293e07c9486f86aa0702e1b57991801a6c43269d7e8dafeea81222052eb07c
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111834Z
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=GetUser&Version=2010-05-08
2018-01-17T13:18:34.125+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:34 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 557
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:34 GMT
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amzn-Requestid: 2829ba84-fb78-11e7-b377-3fd432b8e935
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:34 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <GetUserResult>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <User>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <Path>/</Path>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <PasswordLastUsed>2018-01-17T09:22:54Z</PasswordLastUsed>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <UserName>roman.savelyev@arm.com</UserName>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <Arn>arn:aws:iam::853142832404:user/roman.savelyev@arm.com</Arn>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <UserId>AIDAI2GMKBFWESA6JGCHC</UserId>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <CreateDate>2016-07-19T10:59:20Z</CreateDate>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </User>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </GetUserResult>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ResponseMetadata>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <RequestId>2829ba84-fb78-11e7-b377-3fd432b8e935</RequestId>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </ResponseMetadata>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </GetUserResponse>
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:34 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 87
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6a8e979687f76ee84e228547a4e9d6d62bb21d048d62d5aee338e47c0ae8e766
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111834Z
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-01-17T13:18:34.752+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:35.053+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:35 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Transfer-Encoding: chunked
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml;charset=UTF-8
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:34 GMT
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Server: AmazonEC2
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Vary: Accept-Encoding
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:35 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <requestId>f4a87ca2-e618-4ae4-bd9c-c9a5e23a35c2</requestId>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <accountAttributeSet>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attributeName>supported-platforms</attributeName>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attributeValueSet>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attributeValue>VPC</attributeValue>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </attributeValueSet>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </accountAttributeSet>
2018-01-17T13:18:35.054+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </DescribeAccountAttributesResponse>
2018/01/17 13:18:35 [TRACE] [walkApply] Exiting eval tree: provider.aws
2018/01/17 13:18:35 [TRACE] dag/walk: walking "aws_spot_instance_request.instance"
2018/01/17 13:18:35 [TRACE] vertex 'root.aws_spot_instance_request.instance': walking
2018/01/17 13:18:35 [TRACE] vertex 'root.aws_spot_instance_request.instance': evaluating
2018/01/17 13:18:35 [TRACE] [walkApply] Entering eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalReadDiff
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:35 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalReadState
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalDiff
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalReadDiff
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalCompareDiff
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalReadState
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalApplyPre
2018/01/17 13:18:35 [TRACE] root: eval: *terraform.EvalApply
2018/01/17 13:18:35 [DEBUG] apply: aws_spot_instance_request.instance: executing Apply
aws_spot_instance_request.instance: Creating...
ami: "" => "ami-94b236ed"
associate_public_ip_address: "" => "<computed>"
availability_zone: "" => "<computed>"
ebs_block_device.#: "" => "<computed>"
ephemeral_block_device.#: "" => "<computed>"
instance_interruption_behaviour: "" => "terminate"
instance_state: "" => "<computed>"
instance_type: "" => "m4.xlarge"
ipv6_address_count: "" => "<computed>"
ipv6_addresses.#: "" => "<computed>"
key_name: "" => "<computed>"
network_interface.#: "" => "<computed>"
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:35 [DEBUG] Requesting spot bid opts: {
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: InstanceCount: 1,
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: InstanceInterruptionBehavior: "terminate",
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: LaunchSpecification: {
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: EbsOptimized: false,
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: IamInstanceProfile: {
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Name: ""
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: },
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ImageId: "ami-94b236ed",
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: InstanceType: "m4.xlarge",
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Monitoring: {
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Enabled: false
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: },
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Placement: {
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: AvailabilityZone: "",
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: GroupName: ""
network_interface_id: "" => "<computed>"
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: }
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: },
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: SpotPrice: "0.8",
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Type: "one-time"
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: }
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:35 [DEBUG] Waiting for state to become: [success]
placement_group: "" => "<computed>"
primary_network_interface_id: "" => "<computed>"
private_dns: "" => "<computed>"
private_ip: "" => "<computed>"
public_dns: "" => "<computed>"
public_ip: "" => "<computed>"
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:35 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RequestSpotInstances Details:
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 431
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=998b837437aed18a610d1db103874b82d4a10c792d213f343a4b148ea3856762
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111835Z
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=RequestSpotInstances&InstanceCount=1&InstanceInterruptionBehavior=terminate&LaunchSpecification.EbsOptimized=false&LaunchSpecification.IamInstanceProfile.Name=&LaunchSpecification.ImageId=ami-94b236ed&LaunchSpecification.InstanceType=m4.xlarge&LaunchSpecification.Monitoring.Enabled=false&LaunchSpecification.Placement.AvailabilityZone=&LaunchSpecification.Placement.GroupName=&SpotPrice=0.8&Type=one-time&Version=2016-11-15
2018-01-17T13:18:35.059+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
root_block_device.#: "" => "<computed>"
security_groups.#: "" => "<computed>"
source_dest_check: "" => "true"
spot_bid_status: "" => "<computed>"
spot_instance_id: "" => "<computed>"
spot_price: "" => "0.8"
spot_request_state: "" => "<computed>"
spot_type: "" => "one-time"
subnet_id: "" => "<computed>"
tenancy: "" => "<computed>"
vpc_security_group_ids.#: "" => "<computed>"
wait_for_fulfillment: "" => "true"
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:35 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RequestSpotInstances Details:
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Transfer-Encoding: chunked
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml;charset=UTF-8
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:35 GMT
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Server: AmazonEC2
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Vary: Accept-Encoding
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:35 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <RequestSpotInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <requestId>25f837bb-2e49-4e98-a5fb-9f0482675501</requestId>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotInstanceRequestSet>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotInstanceRequestId>sir-fngr4t9m</spotInstanceRequestId>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotPrice>0.800000</spotPrice>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <type>one-time</type>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <state>open</state>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <status>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <code>pending-evaluation</code>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <updateTime>2018-01-17T11:18:35.000Z</updateTime>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <message>Your Spot request has been submitted for review, and is pending evaluation.</message>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </status>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <launchSpecification>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <imageId>ami-94b236ed</imageId>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupSet>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupId>sg-074b9b63</groupId>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupName>default</groupName>
2018-01-17T13:18:35.707+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </groupSet>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceType>m4.xlarge</instanceType>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <placement>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <availabilityZone>eu-west-1c</availabilityZone>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupName/>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </placement>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <monitoring>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <enabled>false</enabled>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </monitoring>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <subnetId>subnet-77d99800</subnetId>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <iamInstanceProfile>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <name/>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </iamInstanceProfile>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ebsOptimized>false</ebsOptimized>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </launchSpecification>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <createTime>2018-01-17T11:18:35.000Z</createTime>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <productDescription>Linux/UNIX</productDescription>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceInterruptionBehavior>terminate</instanceInterruptionBehavior>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </spotInstanceRequestSet>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </RequestSpotInstancesResponse>
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:35 [DEBUG] waiting for spot bid to resolve... this may take several minutes.
2018-01-17T13:18:35.708+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:35 [DEBUG] Waiting for state to become: [fulfilled]
2018/01/17 13:18:37 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:37 [TRACE] dag/walk: vertex "aws_eip_association.raas_windows_builder", waiting for: "aws_spot_instance_request.instance"
2018/01/17 13:18:37 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:37 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:42 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:42 [TRACE] dag/walk: vertex "aws_eip_association.raas_windows_builder", waiting for: "aws_spot_instance_request.instance"
2018/01/17 13:18:42 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:42 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
aws_spot_instance_request.instance: Still creating... (10s elapsed)
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSpotInstanceRequests Details:
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 91
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c42a4a3657bb27dca2cfd4d797b2361edcfb0bfd90b9ccd42903dc8dbf680ba4
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111845Z
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=DescribeSpotInstanceRequests&SpotInstanceRequestId.1=sir-fngr4t9m&Version=2016-11-15
2018-01-17T13:18:45.709+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSpotInstanceRequests Details:
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Transfer-Encoding: chunked
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml;charset=UTF-8
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:45 GMT
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Server: AmazonEC2
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Vary: Accept-Encoding
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <DescribeSpotInstanceRequestsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <requestId>f90af6c1-b8e8-4517-9b7c-5bb29ab6d1e0</requestId>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotInstanceRequestSet>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotInstanceRequestId>sir-fngr4t9m</spotInstanceRequestId>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotPrice>0.800000</spotPrice>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <type>one-time</type>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <state>active</state>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <status>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <code>fulfilled</code>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <updateTime>2018-01-17T11:18:36.000Z</updateTime>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <message>Your spot request is fulfilled.</message>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </status>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <validUntil>2018-01-24T11:18:35.000Z</validUntil>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <launchSpecification>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <imageId>ami-94b236ed</imageId>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupSet>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupId>sg-074b9b63</groupId>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupName>default</groupName>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </groupSet>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceType>m4.xlarge</instanceType>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <placement>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <availabilityZone>eu-west-1c</availabilityZone>
2018-01-17T13:18:46.250+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupName/>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </placement>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <monitoring>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <enabled>false</enabled>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </monitoring>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <subnetId>subnet-77d99800</subnetId>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <iamInstanceProfile>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <name/>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </iamInstanceProfile>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ebsOptimized>false</ebsOptimized>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </launchSpecification>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceId>i-0c838f3c3d4d3591d</instanceId>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <createTime>2018-01-17T11:18:35.000Z</createTime>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <productDescription>Linux/UNIX</productDescription>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <launchedAvailabilityZone>eu-west-1c</launchedAvailabilityZone>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceInterruptionBehavior>terminate</instanceInterruptionBehavior>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </spotInstanceRequestSet>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </DescribeSpotInstanceRequestsResponse>
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSpotInstanceRequests Details:
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 91
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8079802078323e35bf11886095c54019c3e15240264c735400131f20d0427459
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111846Z
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=DescribeSpotInstanceRequests&SpotInstanceRequestId.1=sir-fngr4t9m&Version=2016-11-15
2018-01-17T13:18:46.251+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:46.590+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSpotInstanceRequests Details:
2018-01-17T13:18:46.590+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Transfer-Encoding: chunked
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml;charset=UTF-8
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:45 GMT
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Server: AmazonEC2
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Vary: Accept-Encoding
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <DescribeSpotInstanceRequestsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <requestId>e21ea39d-7181-4585-a248-44cffcfc491b</requestId>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotInstanceRequestSet>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotInstanceRequestId>sir-fngr4t9m</spotInstanceRequestId>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotPrice>0.800000</spotPrice>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <type>one-time</type>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <state>active</state>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <status>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <code>fulfilled</code>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <updateTime>2018-01-17T11:18:36.000Z</updateTime>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <message>Your spot request is fulfilled.</message>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </status>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <validUntil>2018-01-24T11:18:35.000Z</validUntil>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <launchSpecification>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <imageId>ami-94b236ed</imageId>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupSet>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupId>sg-074b9b63</groupId>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupName>default</groupName>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </groupSet>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceType>m4.xlarge</instanceType>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <placement>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <availabilityZone>eu-west-1c</availabilityZone>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupName/>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </placement>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <monitoring>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <enabled>false</enabled>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </monitoring>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <subnetId>subnet-77d99800</subnetId>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <iamInstanceProfile>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <name/>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </iamInstanceProfile>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ebsOptimized>false</ebsOptimized>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </launchSpecification>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceId>i-0c838f3c3d4d3591d</instanceId>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <createTime>2018-01-17T11:18:35.000Z</createTime>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <productDescription>Linux/UNIX</productDescription>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <launchedAvailabilityZone>eu-west-1c</launchedAvailabilityZone>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceInterruptionBehavior>terminate</instanceInterruptionBehavior>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </spotInstanceRequestSet>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </DescribeSpotInstanceRequestsResponse>
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 76
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=a37b7e242e78fb166c64476328afdf812fa163c27b71eff21018126d5e4d00af
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111846Z
2018-01-17T13:18:46.591+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:46.592+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:46.592+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=DescribeInstances&InstanceId.1=i-0c838f3c3d4d3591d&Version=2016-11-15
2018-01-17T13:18:46.592+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Transfer-Encoding: chunked
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml;charset=UTF-8
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:46 GMT
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Server: AmazonEC2
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Vary: Accept-Encoding
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <requestId>600623ad-a03a-475f-b277-e1ca596726b3</requestId>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <reservationSet>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <reservationId>r-05b2552876e754fbb</reservationId>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ownerId>853142832404</ownerId>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupSet/>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instancesSet>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceId>i-0c838f3c3d4d3591d</instanceId>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <imageId>ami-94b236ed</imageId>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceState>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <code>0</code>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <name>pending</name>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </instanceState>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <privateDnsName>ip-172-31-27-159.eu-west-1.compute.internal</privateDnsName>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <dnsName>ec2-54-194-37-196.eu-west-1.compute.amazonaws.com</dnsName>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <reason/>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <amiLaunchIndex>0</amiLaunchIndex>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <productCodes/>
2018-01-17T13:18:46.964+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceType>m4.xlarge</instanceType>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <launchTime>2018-01-17T11:18:36.000Z</launchTime>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <placement>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <availabilityZone>eu-west-1c</availabilityZone>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupName/>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <tenancy>default</tenancy>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </placement>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <monitoring>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <state>disabled</state>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </monitoring>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <subnetId>subnet-77d99800</subnetId>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <vpcId>vpc-a5472cc0</vpcId>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <privateIpAddress>172.31.27.159</privateIpAddress>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ipAddress>54.194.37.196</ipAddress>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <sourceDestCheck>true</sourceDestCheck>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupSet>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupId>sg-074b9b63</groupId>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupName>default</groupName>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </groupSet>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <architecture>x86_64</architecture>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <rootDeviceType>ebs</rootDeviceType>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <blockDeviceMapping>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <deviceName>/dev/sda1</deviceName>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ebs>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <volumeId>vol-059a1bdff3563a982</volumeId>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <status>attaching</status>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attachTime>2018-01-17T11:18:37.000Z</attachTime>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <deleteOnTermination>true</deleteOnTermination>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </ebs>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </blockDeviceMapping>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceLifecycle>spot</instanceLifecycle>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <spotInstanceRequestId>sir-fngr4t9m</spotInstanceRequestId>
2018-01-17T13:18:46.965+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <virtualizationType>hvm</virtualizationType>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <clientToken>c9f61cef05cea7288ddc5a5084e22303dc9fd74ea7f57456c6e72ab4bed5</clientToken>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <hypervisor>xen</hypervisor>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <networkInterfaceSet>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <networkInterfaceId>eni-bf10828f</networkInterfaceId>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <subnetId>subnet-77d99800</subnetId>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <vpcId>vpc-a5472cc0</vpcId>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <description/>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ownerId>853142832404</ownerId>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <status>in-use</status>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <macAddress>06:e8:00:66:27:06</macAddress>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <privateIpAddress>172.31.27.159</privateIpAddress>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <privateDnsName>ip-172-31-27-159.eu-west-1.compute.internal</privateDnsName>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <sourceDestCheck>true</sourceDestCheck>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupSet>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupId>sg-074b9b63</groupId>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <groupName>default</groupName>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </groupSet>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attachment>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attachmentId>eni-attach-2cd7f557</attachmentId>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <deviceIndex>0</deviceIndex>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <status>attaching</status>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attachTime>2018-01-17T11:18:36.000Z</attachTime>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <deleteOnTermination>true</deleteOnTermination>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </attachment>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <association>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <publicIp>54.194.37.196</publicIp>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <publicDnsName>ec2-54-194-37-196.eu-west-1.compute.amazonaws.com</publicDnsName>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ipOwnerId>amazon</ipOwnerId>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </association>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <privateIpAddressesSet>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <privateIpAddress>172.31.27.159</privateIpAddress>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <privateDnsName>ip-172-31-27-159.eu-west-1.compute.internal</privateDnsName>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <primary>true</primary>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <association>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <publicIp>54.194.37.196</publicIp>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <publicDnsName>ec2-54-194-37-196.eu-west-1.compute.amazonaws.com</publicDnsName>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ipOwnerId>amazon</ipOwnerId>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </association>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </privateIpAddressesSet>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ipv6AddressesSet/>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </networkInterfaceSet>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <ebsOptimized>false</ebsOptimized>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <enaSupport>true</enaSupport>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </instancesSet>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <requesterId>257867366987</requesterId>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </reservationSet>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </DescribeInstancesResponse>
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 74
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=02882c1fc6948ec65685e7a5fda052a589ddd8469f9912def54aeda9bb2b1a28
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111846Z
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-059a1bdff3563a982
2018-01-17T13:18:46.966+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 200 OK
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Transfer-Encoding: chunked
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: text/xml;charset=UTF-8
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:46 GMT
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Server: AmazonEC2
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Vary: Accept-Encoding
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <requestId>c5e852fb-d43b-45ed-893c-1e8ca5a84908</requestId>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <volumeSet>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <volumeId>vol-059a1bdff3563a982</volumeId>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <size>8</size>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <snapshotId>snap-06f1e4cc721d32627</snapshotId>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <availabilityZone>eu-west-1c</availabilityZone>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <status>in-use</status>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <createTime>2018-01-17T11:18:37.226Z</createTime>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attachmentSet>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <item>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <volumeId>vol-059a1bdff3563a982</volumeId>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <instanceId>i-0c838f3c3d4d3591d</instanceId>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <device>/dev/sda1</device>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <status>attaching</status>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <attachTime>2018-01-17T11:18:37.000Z</attachTime>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <deleteOnTermination>true</deleteOnTermination>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </attachmentSet>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <volumeType>gp2</volumeType>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <iops>100</iops>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <encrypted>false</encrypted>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </item>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </volumeSet>
2018-01-17T13:18:47.315+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: </DescribeVolumesResponse>
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalApplyPost
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalUpdateStateHook
aws_spot_instance_request.instance: Creation complete after 12s (ID: sir-fngr4t9m)
2018/01/17 13:18:47 [TRACE] Preserving existing state lineage "34fb33a2-bd16-4f64-a99b-cc0b2ca78856"
2018/01/17 13:18:47 [TRACE] Preserving existing state lineage "34fb33a2-bd16-4f64-a99b-cc0b2ca78856"
2018/01/17 13:18:47 [TRACE] Preserving existing state lineage "34fb33a2-bd16-4f64-a99b-cc0b2ca78856"
2018/01/17 13:18:47 [TRACE] Preserving existing state lineage "34fb33a2-bd16-4f64-a99b-cc0b2ca78856"
2018/01/17 13:18:47 [TRACE] [walkApply] Exiting eval tree: aws_spot_instance_request.instance
2018/01/17 13:18:47 [TRACE] dag/walk: walking "aws_eip_association.raas_windows_builder"
2018/01/17 13:18:47 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': walking
2018/01/17 13:18:47 [TRACE] vertex 'root.aws_eip_association.raas_windows_builder': evaluating
2018/01/17 13:18:47 [TRACE] [walkApply] Entering eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalSequence
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalReadDiff
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:47 [TRACE] root: eval: terraform.EvalNoop
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalReadState
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalDiff
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalReadDiff
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalCompareDiff
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalReadState
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalApplyPre
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalApply
2018/01/17 13:18:47 [DEBUG] apply: aws_eip_association.raas_windows_builder: executing Apply
aws_eip_association.raas_windows_builder: Creating...
allocation_id: "" => "eipalloc-27fc291a"
instance_id: "" => "i-0c838f3c3d4d3591d"
network_interface_id: "" => "<computed>"
private_ip_address: "" => "<computed>"
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:47 [DEBUG] EIP association configuration: {
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: AllocationId: "eipalloc-27fc291a",
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: InstanceId: "i-0c838f3c3d4d3591d"
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: }
public_ip: "" => "<computed>"
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:47 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AssociateAddress Details:
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: POST / HTTP/1.1
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: User-Agent: aws-sdk-go/1.12.60 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.2
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Length: 104
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJK2PF2IQC7ZH4TNQ/20180117/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=75e6f6a777bfb269b4c0a3e36f6b8d8060e5853f3a1ba01a3ad39784e6be8732
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: X-Amz-Date: 20180117T111847Z
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Accept-Encoding: gzip
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Action=AssociateAddress&AllocationId=eipalloc-27fc291a&InstanceId=i-0c838f3c3d4d3591d&Version=2016-11-15
2018-01-17T13:18:47.320+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AssociateAddress Details:
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: ---[ RESPONSE ]--------------------------------------
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: HTTP/1.1 400 Bad Request
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Connection: close
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Transfer-Encoding: chunked
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Date: Wed, 17 Jan 2018 11:18:46 GMT
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: Server: AmazonEC2
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4:
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: -----------------------------------------------------
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalWriteState
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: <Response><Errors><Error><Code>InvalidInstanceID</Code><Message>The pending instance 'i-0c838f3c3d4d3591d' is not in a valid state for this operation.</Message></Error></Errors><RequestID>dd4d2265-9caf-469d-82f4-d5a0f41ecff5</RequestID></Response>
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: 2018/01/17 13:18:47 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/AssociateAddress failed, not retrying, error InvalidInstanceID: The pending instance 'i-0c838f3c3d4d3591d' is not in a valid state for this operation.
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018-01-17T13:18:47.670+0200 [DEBUG] plugin.terraform-provider-aws_v1.7.0_x4: status code: 400, request id: dd4d2265-9caf-469d-82f4-d5a0f41ecff5
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalIf
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/17 13:18:47 [TRACE] root: eval: *terraform.EvalApplyPost
2018/01/17 13:18:47 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* aws_eip_association.raas_windows_builder: [WARN] Error attaching EIP, message: "The pending instance 'i-0c838f3c3d4d3591d' is not in a valid state for this operation.", code: "InvalidInstanceID"
2018/01/17 13:18:47 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* aws_eip_association.raas_windows_builder: [WARN] Error attaching EIP, message: "The pending instance 'i-0c838f3c3d4d3591d' is not in a valid state for this operation.", code: "InvalidInstanceID"
2018/01/17 13:18:47 [TRACE] [walkApply] Exiting eval tree: aws_eip_association.raas_windows_builder
2018/01/17 13:18:47 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2018/01/17 13:18:47 [TRACE] dag/walk: upstream errored, not walking "provider.aws (close)"
2018/01/17 13:18:47 [TRACE] dag/walk: upstream errored, not walking "root"
2018/01/17 13:18:47 [TRACE] Preserving existing state lineage "34fb33a2-bd16-4f64-a99b-cc0b2ca78856"
2018/01/17 13:18:47 [TRACE] Preserving existing state lineage "34fb33a2-bd16-4f64-a99b-cc0b2ca78856"
2018/01/17 13:18:47 [TRACE] Preserving existing state lineage "34fb33a2-bd16-4f64-a99b-cc0b2ca78856"

2018/01/17 13:18:47 [DEBUG] plugin: waiting for all plugin processes to complete...
Error: Error applying plan:
1 error(s) occurred:
* aws_eip_association.raas_windows_builder: 1 error(s) occurred:
* aws_eip_association.raas_windows_builder: [WARN] Error attaching EIP, message: "The pending instance 'i-0c838f3c3d4d3591d' is not in a valid state for this operation.", code: "InvalidInstanceID"
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.

2018-01-17T13:18:47.678+0200 [DEBUG] plugin: plugin process exited: path=/Users/romsav01/code/sandbox/infra/staging/t5/bug/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.7.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment