Guest User

Untitled

a guest
May 27th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.26 KB | None | 0 0
  1. An execution plan has been generated and is shown below.
  2. Resource actions are indicated with the following symbols:
  3. 2018/05/23 13:59:41 [DEBUG] command: asking for input: "Do you want to perform these actions?"
  4. + create
  5.  
  6. Terraform will perform the following actions:
  7.  
  8. + null_resource.hello-client
  9. id: <computed>
  10.  
  11.  
  12. Plan: 1 to add, 0 to change, 0 to destroy.
  13.  
  14. Do you want to perform these actions?
  15. Terraform will perform the actions described above.
  16. Only 'yes' will be accepted to approve.
  17.  
  18. Enter a value: yes
  19.  
  20. 2018/05/23 14:00:08 [INFO] terraform: building graph: GraphTypeApply
  21. 2018/05/23 14:00:08 [TRACE] DiffTransformer: starting
  22. 2018/05/23 14:00:08 [TRACE] DiffTransformer: Module: CREATE: null_resource.hello-client
  23. 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)}
  24. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.DiffTransformer:
  25.  
  26. null_resource.hello-client - *terraform.NodeApplyableResource
  27. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
  28.  
  29. null_resource.hello-client - *terraform.NodeApplyableResource
  30. 2018/05/23 14:00:08 [TRACE] AttachResourceConfigTransformer: Beginning...
  31. 2018/05/23 14:00:08 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.hello-client
  32. 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)}}
  33. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
  34.  
  35. null_resource.hello-client - *terraform.NodeApplyableResource
  36. 2018/05/23 14:00:08 [DEBUG] Resource state not found for "null_resource.hello-client": null_resource.hello-client
  37. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.AttachStateTransformer:
  38.  
  39. null_resource.hello-client - *terraform.NodeApplyableResource
  40. 2018/05/23 14:00:08 [TRACE] ProviderConfigTransformer: Starting for path: []
  41. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
  42.  
  43. null_resource.hello-client - *terraform.NodeApplyableResource
  44. 2018/05/23 14:00:08 [DEBUG] adding missing provider: null
  45. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.MissingProviderTransformer:
  46.  
  47. null_resource.hello-client - *terraform.NodeApplyableResource
  48. provider.null - *terraform.NodeApplyableProvider
  49. 2018/05/23 14:00:08 [DEBUG] resource null_resource.hello-client using provider provider.null
  50. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ProviderTransformer:
  51.  
  52. null_resource.hello-client - *terraform.NodeApplyableResource
  53. provider.null - *terraform.NodeApplyableProvider
  54. provider.null - *terraform.NodeApplyableProvider
  55. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.PruneProviderTransformer:
  56.  
  57. null_resource.hello-client - *terraform.NodeApplyableResource
  58. provider.null - *terraform.NodeApplyableProvider
  59. provider.null - *terraform.NodeApplyableProvider
  60. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ParentProviderTransformer:
  61.  
  62. null_resource.hello-client - *terraform.NodeApplyableResource
  63. provider.null - *terraform.NodeApplyableProvider
  64. provider.null - *terraform.NodeApplyableProvider
  65. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.graphTransformerMulti:
  66.  
  67. null_resource.hello-client - *terraform.NodeApplyableResource
  68. provider.null - *terraform.NodeApplyableProvider
  69. provider.null - *terraform.NodeApplyableProvider
  70. 2018/05/23 14:00:08 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
  71. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
  72.  
  73. null_resource.hello-client - *terraform.NodeApplyableResource
  74. provider.null - *terraform.NodeApplyableProvider
  75. provider.null - *terraform.NodeApplyableProvider
  76. 2018/05/23 14:00:08 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
  77. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
  78.  
  79. null_resource.hello-client - *terraform.NodeApplyableResource
  80. provider.null - *terraform.NodeApplyableProvider
  81. provider.null - *terraform.NodeApplyableProvider
  82. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
  83.  
  84. null_resource.hello-client - *terraform.NodeApplyableResource
  85. provider.null - *terraform.NodeApplyableProvider
  86. provider.null - *terraform.NodeApplyableProvider
  87. provisioner.remote-exec - *terraform.NodeProvisioner
  88. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ProvisionerTransformer:
  89.  
  90. null_resource.hello-client - *terraform.NodeApplyableResource
  91. provider.null - *terraform.NodeApplyableProvider
  92. provisioner.remote-exec - *terraform.NodeProvisioner
  93. provider.null - *terraform.NodeApplyableProvider
  94. provisioner.remote-exec - *terraform.NodeProvisioner
  95. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.RootVariableTransformer:
  96.  
  97. null_resource.hello-client - *terraform.NodeApplyableResource
  98. provider.null - *terraform.NodeApplyableProvider
  99. provisioner.remote-exec - *terraform.NodeProvisioner
  100. provider.null - *terraform.NodeApplyableProvider
  101. provisioner.remote-exec - *terraform.NodeProvisioner
  102. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.LocalTransformer:
  103.  
  104. null_resource.hello-client - *terraform.NodeApplyableResource
  105. provider.null - *terraform.NodeApplyableProvider
  106. provisioner.remote-exec - *terraform.NodeProvisioner
  107. provider.null - *terraform.NodeApplyableProvider
  108. provisioner.remote-exec - *terraform.NodeProvisioner
  109. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.OutputTransformer:
  110.  
  111. null_resource.hello-client - *terraform.NodeApplyableResource
  112. provider.null - *terraform.NodeApplyableProvider
  113. provisioner.remote-exec - *terraform.NodeProvisioner
  114. provider.null - *terraform.NodeApplyableProvider
  115. provisioner.remote-exec - *terraform.NodeProvisioner
  116. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
  117.  
  118. null_resource.hello-client - *terraform.NodeApplyableResource
  119. provider.null - *terraform.NodeApplyableProvider
  120. provisioner.remote-exec - *terraform.NodeProvisioner
  121. provider.null - *terraform.NodeApplyableProvider
  122. provisioner.remote-exec - *terraform.NodeProvisioner
  123. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
  124.  
  125. null_resource.hello-client - *terraform.NodeApplyableResource
  126. provider.null - *terraform.NodeApplyableProvider
  127. provisioner.remote-exec - *terraform.NodeProvisioner
  128. provider.null - *terraform.NodeApplyableProvider
  129. provisioner.remote-exec - *terraform.NodeProvisioner
  130. 2018/05/23 14:00:08 [DEBUG] ReferenceTransformer: "null_resource.hello-client" references: []
  131. 2018/05/23 14:00:08 [DEBUG] ReferenceTransformer: "provider.null" references: []
  132. 2018/05/23 14:00:08 [DEBUG] ReferenceTransformer: "provisioner.remote-exec" references: []
  133. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.ReferenceTransformer:
  134.  
  135. null_resource.hello-client - *terraform.NodeApplyableResource
  136. provider.null - *terraform.NodeApplyableProvider
  137. provisioner.remote-exec - *terraform.NodeProvisioner
  138. provider.null - *terraform.NodeApplyableProvider
  139. provisioner.remote-exec - *terraform.NodeProvisioner
  140. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
  141.  
  142. meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  143. null_resource.hello-client - *terraform.NodeApplyableResource
  144. provider.null - *terraform.NodeApplyableProvider
  145. provisioner.remote-exec - *terraform.NodeProvisioner
  146. null_resource.hello-client - *terraform.NodeApplyableResource
  147. provider.null - *terraform.NodeApplyableProvider
  148. provisioner.remote-exec - *terraform.NodeProvisioner
  149. provider.null - *terraform.NodeApplyableProvider
  150. provisioner.remote-exec - *terraform.NodeProvisioner
  151. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.TargetsTransformer:
  152.  
  153. meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  154. null_resource.hello-client - *terraform.NodeApplyableResource
  155. provider.null - *terraform.NodeApplyableProvider
  156. provisioner.remote-exec - *terraform.NodeProvisioner
  157. null_resource.hello-client - *terraform.NodeApplyableResource
  158. provider.null - *terraform.NodeApplyableProvider
  159. provisioner.remote-exec - *terraform.NodeProvisioner
  160. provider.null - *terraform.NodeApplyableProvider
  161. provisioner.remote-exec - *terraform.NodeProvisioner
  162. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.CloseProviderTransformer:
  163.  
  164. meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  165. null_resource.hello-client - *terraform.NodeApplyableResource
  166. provider.null - *terraform.NodeApplyableProvider
  167. provisioner.remote-exec - *terraform.NodeProvisioner
  168. null_resource.hello-client - *terraform.NodeApplyableResource
  169. provider.null - *terraform.NodeApplyableProvider
  170. provisioner.remote-exec - *terraform.NodeProvisioner
  171. provider.null - *terraform.NodeApplyableProvider
  172. provider.null (close) - *terraform.graphNodeCloseProvider
  173. null_resource.hello-client - *terraform.NodeApplyableResource
  174. provider.null - *terraform.NodeApplyableProvider
  175. provisioner.remote-exec - *terraform.NodeProvisioner
  176. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
  177.  
  178. meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  179. null_resource.hello-client - *terraform.NodeApplyableResource
  180. provider.null - *terraform.NodeApplyableProvider
  181. provisioner.remote-exec - *terraform.NodeProvisioner
  182. null_resource.hello-client - *terraform.NodeApplyableResource
  183. provider.null - *terraform.NodeApplyableProvider
  184. provisioner.remote-exec - *terraform.NodeProvisioner
  185. provider.null - *terraform.NodeApplyableProvider
  186. provider.null (close) - *terraform.graphNodeCloseProvider
  187. null_resource.hello-client - *terraform.NodeApplyableResource
  188. provider.null - *terraform.NodeApplyableProvider
  189. provisioner.remote-exec - *terraform.NodeProvisioner
  190. provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
  191. null_resource.hello-client - *terraform.NodeApplyableResource
  192. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.RootTransformer:
  193.  
  194. meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  195. null_resource.hello-client - *terraform.NodeApplyableResource
  196. provider.null - *terraform.NodeApplyableProvider
  197. provisioner.remote-exec - *terraform.NodeProvisioner
  198. null_resource.hello-client - *terraform.NodeApplyableResource
  199. provider.null - *terraform.NodeApplyableProvider
  200. provisioner.remote-exec - *terraform.NodeProvisioner
  201. provider.null - *terraform.NodeApplyableProvider
  202. provider.null (close) - *terraform.graphNodeCloseProvider
  203. null_resource.hello-client - *terraform.NodeApplyableResource
  204. provider.null - *terraform.NodeApplyableProvider
  205. provisioner.remote-exec - *terraform.NodeProvisioner
  206. provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
  207. null_resource.hello-client - *terraform.NodeApplyableResource
  208. root - terraform.graphNodeRoot
  209. meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  210. provider.null (close) - *terraform.graphNodeCloseProvider
  211. provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
  212. 2018/05/23 14:00:08 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
  213.  
  214. meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  215. null_resource.hello-client - *terraform.NodeApplyableResource
  216. null_resource.hello-client - *terraform.NodeApplyableResource
  217. provider.null - *terraform.NodeApplyableProvider
  218. provisioner.remote-exec - *terraform.NodeProvisioner
  219. provider.null - *terraform.NodeApplyableProvider
  220. provider.null (close) - *terraform.graphNodeCloseProvider
  221. null_resource.hello-client - *terraform.NodeApplyableResource
  222. provisioner.remote-exec - *terraform.NodeProvisioner
  223. provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
  224. null_resource.hello-client - *terraform.NodeApplyableResource
  225. root - terraform.graphNodeRoot
  226. meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
  227. provider.null (close) - *terraform.graphNodeCloseProvider
  228. provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
  229. 2018/05/23 14:00:08 [DEBUG] Starting graph walk: walkApply
  230. 2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "provider.null"
  231. 2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec"
  232. 2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
  233. 2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "provider.null (close)"
  234. 2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
  235. 2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "root"
  236. 2018/05/23 14:00:08 [TRACE] dag/walk: added new vertex: "null_resource.hello-client"
  237. 2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "null_resource.hello-client" waiting on "provider.null"
  238. 2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "null_resource.hello-client" waiting on "provisioner.remote-exec"
  239. 2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "null_resource.hello-client"
  240. 2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.hello-client"
  241. 2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
  242. 2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
  243. 2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
  244. 2018/05/23 14:00:08 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.hello-client"
  245. 2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
  246. 2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "root", sending new deps
  247. 2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
  248. 2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "null_resource.hello-client", sending new deps
  249. 2018/05/23 14:00:08 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
  250. 2018/05/23 14:00:08 [TRACE] dag/walk: walking "provider.null"
  251. 2018/05/23 14:00:08 [TRACE] dag/walk: walking "provisioner.remote-exec"
  252. 2018/05/23 14:00:08 [TRACE] vertex 'root.provider.null': walking
  253. 2018/05/23 14:00:08 [TRACE] vertex 'root.provisioner.remote-exec': walking
  254. 2018/05/23 14:00:08 [TRACE] vertex 'root.provider.null': evaluating
  255. 2018/05/23 14:00:08 [TRACE] [walkApply] Entering eval tree: provider.null
  256. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalSequence
  257. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInitProvider
  258. 2018/05/23 14:00:08 [TRACE] vertex 'root.provisioner.remote-exec': evaluating
  259. 2018/05/23 14:00:08 [TRACE] [walkApply] Entering eval tree: provisioner.remote-exec
  260. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInitProvisioner
  261. 2018/05/23 14:00:08 [TRACE] root: eval: terraform.EvalNoop
  262. 2018/05/23 14:00:08 [TRACE] root: eval: terraform.EvalNoop
  263. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalOpFilter
  264. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalSequence
  265. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalGetProvider
  266. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInterpolateProvider
  267. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
  268. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalOpFilter
  269. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalSequence
  270. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalConfigProvider
  271. 2018/05/23 14:00:08 [TRACE] [walkApply] Exiting eval tree: provisioner.remote-exec
  272. 2018/05/23 14:00:08 [TRACE] [walkApply] Exiting eval tree: provider.null
  273. 2018/05/23 14:00:08 [TRACE] dag/walk: walking "null_resource.hello-client"
  274. 2018/05/23 14:00:08 [TRACE] vertex 'root.null_resource.hello-client': walking
  275. 2018/05/23 14:00:08 [TRACE] vertex 'root.null_resource.hello-client': evaluating
  276. 2018/05/23 14:00:08 [TRACE] [walkApply] Entering eval tree: null_resource.hello-client
  277. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalSequence
  278. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInstanceInfo
  279. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalReadDiff
  280. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalIf
  281. 2018/05/23 14:00:08 [TRACE] root: eval: terraform.EvalNoop
  282. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalIf
  283. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInterpolate
  284. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalInterpolate
  285. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalGetProvider
  286. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalReadState
  287. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalValidateResource
  288. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalDiff
  289. 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()
  290. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalReadDiff
  291. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalCompareDiff
  292. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalGetProvider
  293. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalReadState
  294. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalApplyPre
  295. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalApply
  296. 2018/05/23 14:00:08 [DEBUG] apply: null_resource.hello-client: executing Apply
  297. null_resource.hello-client: Creating...
  298. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalWriteState
  299. 2018/05/23 14:00:08 [TRACE] root: eval: *terraform.EvalApplyProvisioners
  300. null_resource.hello-client: Provisioning with 'remote-exec'...
  301. null_resource.hello-client (remote-exec): Connecting to remote host via SSH...
  302. 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
  303. null_resource.hello-client (remote-exec): Host: scale-client.local
  304. null_resource.hello-client (remote-exec): User: store
  305. null_resource.hello-client (remote-exec): Password: false
  306. null_resource.hello-client (remote-exec): Private key: false
  307. null_resource.hello-client (remote-exec): SSH Agent: true
  308. null_resource.hello-client (remote-exec): Checking Host Key: false
  309. 2018/05/23 14:00:13 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)", waiting for: "null_resource.hello-client"
  310. 2018/05/23 14:00:13 [TRACE] dag/walk: vertex "provider.null (close)", waiting for: "null_resource.hello-client"
  311. 2018/05/23 14:00:13 [TRACE] dag/walk: vertex "root", waiting for: "provider.null (close)"
  312. 2018/05/23 14:00:13 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "null_resource.hello-client"
  313. 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
  314. 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
  315. 2018-05-23T14:00:13.749+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:13 [INFO] sleeping for 1s
  316. 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
  317. null_resource.hello-client (remote-exec): Connecting to remote host via SSH...
  318. null_resource.hello-client (remote-exec): Host: scale-client.local
  319. null_resource.hello-client (remote-exec): User: store
  320. null_resource.hello-client (remote-exec): Password: false
  321. null_resource.hello-client (remote-exec): Private key: false
  322. null_resource.hello-client (remote-exec): SSH Agent: true
  323. null_resource.hello-client (remote-exec): Checking Host Key: false
  324. 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
  325. 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
  326. 2018-05-23T14:00:14.756+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:14 [INFO] sleeping for 2s
  327. null_resource.hello-client (remote-exec): Connecting to remote host via SSH...
  328. 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
  329. null_resource.hello-client (remote-exec): Host: scale-client.local
  330. null_resource.hello-client (remote-exec): User: store
  331. null_resource.hello-client (remote-exec): Password: false
  332. null_resource.hello-client (remote-exec): Private key: false
  333. null_resource.hello-client (remote-exec): SSH Agent: true
  334. null_resource.hello-client (remote-exec): Checking Host Key: false
  335. 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
  336. 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
  337. 2018-05-23T14:00:16.764+0200 [DEBUG] plugin.terraform: remote-exec-provisioner (internal) 2018/05/23 14:00:16 [INFO] sleeping for 4s
  338. 2018/05/23 14:00:18 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)", waiting for: "null_resource.hello-client"
  339. 2018/05/23 14:00:18 [TRACE] dag/walk: vertex "root", waiting for: "provider.null (close)"
  340. 2018/05/23 14:00:18 [TRACE] dag/walk: vertex "provider.null (close)", waiting for: "null_resource.hello-client"
  341. 2018/05/23 14:00:18 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "null_resource.hello-client"
  342. null_resource.hello-client: Still creating... (10s elapsed)
  343. 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
  344. 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
  345. 2018/05/23 14:00:18 [TRACE] [walkApply] Exiting eval tree: null_resource.hello-client
  346. 2018/05/23 14:00:18 [TRACE] dag/walk: upstream errored, not walking "provisioner.remote-exec (close)"
  347. 2018/05/23 14:00:18 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
  348. 2018/05/23 14:00:18 [TRACE] dag/walk: upstream errored, not walking "provider.null (close)"
  349. 2018/05/23 14:00:18 [TRACE] dag/walk: upstream errored, not walking "root"
  350. 2018/05/23 14:00:18 [TRACE] Preserving existing state lineage "848f6193-3794-4536-02da-02d12cda2d10"
  351. 2018/05/23 14:00:18 [TRACE] Preserving existing state lineage "848f6193-3794-4536-02da-02d12cda2d10"
  352. 2018/05/23 14:00:18 [TRACE] Preserving existing state lineage "848f6193-3794-4536-02da-02d12cda2d10"
  353. 2018/05/23 14:00:18 [TRACE] Preserving existing state lineage "848f6193-3794-4536-02da-02d12cda2d10"
  354. 2018/05/23 14:00:18 [DEBUG] plugin: waiting for all plugin processes to complete...
  355.  
  356. Error: Error applying plan:
  357.  
  358. 1 error(s) occurred:
  359.  
  360. 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
  361. 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...
  362. * null_resource.hello-client: timeout - last error: dial tcp: lookup scale-client.local on 127.0.1.1:53: no such host
  363.  
  364. Terraform does not automatically rollback in the face of errors.
  365. Instead, your Terraform state file has been partially updated with
  366. any resources that successfully completed. Please address the error
  367. above and apply again to incrementally change your infrastructure.
Add Comment
Please, Sign In to add comment