Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. 2017/03/23 12:17:22 [INFO] Terraform version: 0.9.1
  2. 2017/03/23 12:17:22 [INFO] Go runtime version: go1.8
  3. 2017/03/23 12:17:22 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.1_1/bin/terraform", "apply"}
  4. 2017/03/23 12:17:22 [DEBUG] Detected home directory from env var: /Users/username
  5. 2017/03/23 12:17:22 [DEBUG] Detected home directory from env var: /Users/username
  6. 2017/03/23 12:17:22 [DEBUG] Attempting to open CLI config file: /Users/username/.terraformrc
  7. 2017/03/23 12:17:22 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
  8. 2017/03/23 12:17:22 [DEBUG] Detected home directory from env var: /Users/username
  9. 2017/03/23 12:17:22 [INFO] CLI command args: []string{"apply"}
  10. 2017/03/23 12:17:22 [DEBUG] command: loading backend config file: /Users/username/temp
  11. 2017/03/23 12:17:22 [DEBUG] command: no data state file found for backend config
  12. 2017/03/23 12:17:22 [DEBUG] New state was assigned lineage "da297e32-5ae1-43dc-ae9f-6b35ba204b10"
  13. 2017/03/23 12:17:22 [INFO] command: backend initialized: <nil>
  14. 2017/03/23 12:17:22 [INFO] command: backend <nil> is not enhanced, wrapping in local
  15. 2017/03/23 12:17:22 [INFO] backend/local: starting Apply operation
  16. 2017/03/23 12:17:22 [INFO] terraform: building graph: GraphTypeInput
  17. 2017/03/23 12:17:22 [DEBUG] ReferenceTransformer: "var.constraint" references: []
  18. 2017/03/23 12:17:22 [DEBUG] ReferenceTransformer: "output.out" references: [var.constraint]
  19. 2017/03/23 12:17:22 [DEBUG] Starting graph walk: walkInput
  20. 2017/03/23 12:17:22 [DEBUG] dag/walk: added new vertex: "output.out"
  21. 2017/03/23 12:17:22 [DEBUG] dag/walk: added new vertex: "var.constraint"
  22. 2017/03/23 12:17:22 [DEBUG] dag/walk: added edge: "output.out" waiting on "var.constraint"
  23. 2017/03/23 12:17:22 [DEBUG] dag/walk: dependencies changed for "output.out", sending new deps
  24. 2017/03/23 12:17:22 [DEBUG] dag/walk: walking "var.constraint"
  25. 2017/03/23 12:17:22 [DEBUG] vertex 'root.var.constraint': walking
  26. 2017/03/23 12:17:22 [DEBUG] dag/walk: walking "output.out"
  27. 2017/03/23 12:17:22 [DEBUG] vertex 'root.output.out': walking
  28. 2017/03/23 12:17:22 [DEBUG] vertex 'root.output.out': evaluating
  29. 2017/03/23 12:17:22 [DEBUG] root: eval: *terraform.EvalOpFilter
  30. 2017/03/23 12:17:22 [DEBUG] root: eval: *terraform.EvalSequence
  31. 2017/03/23 12:17:22 [DEBUG] root: eval: *terraform.EvalWriteOutput
  32. 2017/03/23 12:17:22 [DEBUG] plugin: waiting for all plugin processes to complete...
  33. 1 error(s) occurred:
  34.  
  35. * module root: 1 error(s) occurred:
  36.  
  37. * Variable 'constraint': cannot contain interpolations
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement