Skip to content

Instantly share code, notes, and snippets.

@rubda
Created May 23, 2018 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubda/46b179764395325ef53edc7dd7c1f5db to your computer and use it in GitHub Desktop.
Save rubda/46b179764395325ef53edc7dd7c1f5db to your computer and use it in GitHub Desktop.
terraform-log-180523
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
2018/05/23 13:59:41 [DEBUG] command: asking for input: "Do you want to perform these actions?"
+ create
Terraform will perform the following actions:
+ null_resource.hello-client
id: <computed>
Plan: 1 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2018/05/23 14:00:08 [INFO] terraform: building graph: GraphTypeApply
2018/05/23 14:00:08 [TRACE] DiffTransformer: starting
2018/05/23 14:00:08 [TRACE] DiffTransformer: Module: CREATE: null_resource.hello-client
2018/05/23 14:00:08 [TRACE] DiffTransformer: Resource "null_resource.hello-client": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.DiffTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
2018/05/23 14:00:08 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/05/23 14:00:08 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.hello-client
2018/05/23 14:00:08 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"hello-client", Type:"null_resource", RawCount:(*config.RawConfig)(0xc4203c8930), RawConfig:(*config.RawConfig)(0xc4203c88c0), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc420333f80)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
2018/05/23 14:00:08 [DEBUG] Resource state not found for "null_resource.hello-client": null_resource.hello-client
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.AttachStateTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
2018/05/23 14:00:08 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
2018/05/23 14:00:08 [DEBUG] adding missing provider: null
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.MissingProviderTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
2018/05/23 14:00:08 [DEBUG] resource null_resource.hello-client using provider provider.null
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ProviderTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.PruneProviderTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ParentProviderTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.graphTransformerMulti:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2018/05/23 14:00:08 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2018/05/23 14:00:08 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ProvisionerTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.RootVariableTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.LocalTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.OutputTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [DEBUG] ReferenceTransformer: "null_resource.hello-client" references: []
2018/05/23 14:00:08 [DEBUG] ReferenceTransformer: "provider.null" references: []
2018/05/23 14:00:08 [DEBUG] ReferenceTransformer: "provisioner.remote-exec" references: []
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ReferenceTransformer:
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.TargetsTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.CloseProviderTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.hello-client - *terraform.NodeApplyableResource
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.RootTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.hello-client - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2018/05/23 14:00:08 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
null_resource.hello-client - *terraform.NodeApplyableResource
null_resource.hello-client - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.hello-client - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.hello-client - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
2018/05/23 14:00:08 [DEBUG] Starting graph walk: walkApply
2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "provider.null"
2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec"
2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "root"
2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "null_resource.hello-client"
2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "null_resource.hello-client" waiting on "provider.null"
2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "null_resource.hello-client" waiting on "provisioner.remote-exec"
2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "null_resource.hello-client"
2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.hello-client"
2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.hello-client"
2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "null_resource.hello-client", sending new deps
2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/05/23 14:00:08 [TRACE] dag/walk: walking "provider.null"
2018/05/23 14:00:08 [TRACE] dag/walk: walking "provisioner.remote-exec"
2018/05/23 14:00:08 [TRACE] vertex 'root.provider.null': walking
2018/05/23 14:00:08 [TRACE] vertex 'root.provisioner.remote-exec': walking
2018/05/23 14:00:08 [TRACE] vertex 'root.provider.null': evaluating
2018/05/23 14:00:08 [TRACE] [walkApply] Entering eval tree: provider.null
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalSequence
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInitProvider
2018/05/23 14:00:08 [TRACE] vertex 'root.provisioner.remote-exec': evaluating
2018/05/23 14:00:08 [TRACE] [walkApply] Entering eval tree: provisioner.remote-exec
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInitProvisioner
2018/05/23 14:00:08 [TRACE] root: eval: terraform.EvalNoop
2018/05/23 14:00:08 [TRACE] root: eval: terraform.EvalNoop
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalOpFilter
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalSequence
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalGetProvider
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalOpFilter
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalSequence
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalConfigProvider
2018/05/23 14:00:08 [TRACE] [walkApply] Exiting eval tree: provisioner.remote-exec
2018/05/23 14:00:08 [TRACE] [walkApply] Exiting eval tree: provider.null
2018/05/23 14:00:08 [TRACE] dag/walk: walking "null_resource.hello-client"
2018/05/23 14:00:08 [TRACE] vertex 'root.null_resource.hello-client': walking
2018/05/23 14:00:08 [TRACE] vertex 'root.null_resource.hello-client': evaluating
2018/05/23 14:00:08 [TRACE] [walkApply] Entering eval tree: null_resource.hello-client
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalSequence
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalReadDiff
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalIf
2018/05/23 14:00:08 [TRACE] root: eval: terraform.EvalNoop
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalIf
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInterpolate
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInterpolate
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalGetProvider
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalReadState
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalValidateResource
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalDiff
2018-05-23T14:00:08.742+0200 [DEBUG] plugin.terraform-provider-null_v1.0.0_x4: 2018/05/23 14:00:08 [DEBUG] Instance Diff is nil in Diff()
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalReadDiff
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalCompareDiff
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalGetProvider
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalReadState
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalApplyPre
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalApply
2018/05/23 14:00:08 [DEBUG] apply: null_resource.hello-client: executing Apply
null_resource.hello-client: Creating...
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalWriteState
2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalApplyProvisioners
null_resource.hello-client: Provisioning with 'remote-exec'...
null_resource.hello-client (remote-exec): Connecting to remote host via SSH...
2018-05-23T14:00:08.744+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:08 [DEBUG] connecting to TCP connection for SSH
null_resource.hello-client (remote-exec): Host: scale-client.local
null_resource.hello-client (remote-exec): User: store
null_resource.hello-client (remote-exec): Password: false
null_resource.hello-client (remote-exec): Private key: false
null_resource.hello-client (remote-exec): SSH Agent: true
null_resource.hello-client (remote-exec): Checking Host Key: false
2018/05/23 14:00:13 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)", waiting for: "null_resource.hello-client"
2018/05/23 14:00:13 [TRACE] dag/walk: vertex "provider.null (close)", waiting for: "null_resource.hello-client"
2018/05/23 14:00:13 [TRACE] dag/walk: vertex "root", waiting for: "provider.null (close)"
2018/05/23 14:00:13 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "null_resource.hello-client"
2018-05-23T14:00:13.749+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:13 [ERROR] connection error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
2018-05-23T14:00:13.749+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:13 [WARN] retryable error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
2018-05-23T14:00:13.749+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:13 [INFO] sleeping for 1s
2018-05-23T14:00:14.750+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:14 [DEBUG] connecting to TCP connection for SSH
null_resource.hello-client (remote-exec): Connecting to remote host via SSH...
null_resource.hello-client (remote-exec): Host: scale-client.local
null_resource.hello-client (remote-exec): User: store
null_resource.hello-client (remote-exec): Password: false
null_resource.hello-client (remote-exec): Private key: false
null_resource.hello-client (remote-exec): SSH Agent: true
null_resource.hello-client (remote-exec): Checking Host Key: false
2018-05-23T14:00:14.756+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:14 [ERROR] connection error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
2018-05-23T14:00:14.756+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:14 [WARN] retryable error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
2018-05-23T14:00:14.756+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:14 [INFO] sleeping for 2s
null_resource.hello-client (remote-exec): Connecting to remote host via SSH...
2018-05-23T14:00:16.757+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:16 [DEBUG] connecting to TCP connection for SSH
null_resource.hello-client (remote-exec): Host: scale-client.local
null_resource.hello-client (remote-exec): User: store
null_resource.hello-client (remote-exec): Password: false
null_resource.hello-client (remote-exec): Private key: false
null_resource.hello-client (remote-exec): SSH Agent: true
null_resource.hello-client (remote-exec): Checking Host Key: false
2018-05-23T14:00:16.763+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:16 [ERROR] connection error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
2018-05-23T14:00:16.763+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:16 [WARN] retryable error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
2018-05-23T14:00:16.764+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:16 [INFO] sleeping for 4s
2018/05/23 14:00:18 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)", waiting for: "null_resource.hello-client"
2018/05/23 14:00:18 [TRACE] dag/walk: vertex "root", waiting for: "provider.null (close)"
2018/05/23 14:00:18 [TRACE] dag/walk: vertex "provider.null (close)", waiting for: "null_resource.hello-client"
2018/05/23 14:00:18 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "null_resource.hello-client"
null_resource.hello-client: Still creating... (10s elapsed)
2018/05/23 14:00:18 [ERROR] root: eval: *terraform.EvalApplyProvisioners, err: timeout - last error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
2018/05/23 14:00:18 [ERROR] root: eval: *terraform.EvalSequence, err: timeout - last error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
2018/05/23 14:00:18 [TRACE] [walkApply] Exiting eval tree: null_resource.hello-client
2018/05/23 14:00:18 [TRACE] dag/walk: upstream errored, not walking "provisioner.remote-exec (close)"
2018/05/23 14:00:18 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2018/05/23 14:00:18 [TRACE] dag/walk: upstream errored, not walking "provider.null (close)"
2018/05/23 14:00:18 [TRACE] dag/walk: upstream errored, not walking "root"
2018/05/23 14:00:18 [TRACE] Preserving existing state lineage "848f6193-3794-4536-02da-02d12cda2d10"
2018/05/23 14:00:18 [TRACE] Preserving existing state lineage "848f6193-3794-4536-02da-02d12cda2d10"
2018/05/23 14:00:18 [TRACE] Preserving existing state lineage "848f6193-3794-4536-02da-02d12cda2d10"
2018/05/23 14:00:18 [TRACE] Preserving existing state lineage "848f6193-3794-4536-02da-02d12cda2d10"
2018/05/23 14:00:18 [DEBUG] plugin: waiting for all plugin processes to complete...
Error: Error applying plan:
1 error(s) occurred:
2018-05-23T14:00:18.752+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:18 [ERR] plugin: plugin server: accept unix /tmp/plugin378403725: use of closed network connection
2018-05-23T14:00:18.753+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:18 [DEBUG] plugin: waiting for all plugin processes to complete...
* null_resource.hello-client: timeout - last error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment