Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. 2019/12/09 10:39:39 [INFO] Terraform version: 0.12.17
  2. 2019/12/09 10:39:39 [INFO] Go runtime version: go1.12.13
  3. 2019/12/09 10:39:39 [INFO] CLI args: []string{"/Users/igorma/Documents/tools/terraform/terraform", "init"}
  4. 2019/12/09 10:39:39 [DEBUG] Attempting to open CLI config file: /Users/igorma/.terraformrc
  5. 2019/12/09 10:39:39 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
  6. 2019/12/09 10:39:39 [DEBUG] checking for credentials in "/Users/igorma/.terraform.d/plugins"
  7. 2019/12/09 10:39:39 [INFO] CLI command args: []string{"init"}
  8. 2019/12/09 10:39:39 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
  9. 2019/12/09 10:39:39 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
  10. 2019/12/09 10:39:39 [DEBUG] New state was assigned lineage "1b0a288b-44db-e435-d288-a407f5a562df"
  11. 2019/12/09 10:39:39 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
  12. 2019/12/09 10:39:39 [TRACE] Meta.Backend: instantiated backend of type <nil>
  13. 2019/12/09 10:39:39 [DEBUG] checking for provider in "."
  14. 2019/12/09 10:39:39 [DEBUG] checking for provider in "/Users/igorma/Documents/tools/terraform"
  15. 2019/12/09 10:39:39 [DEBUG] checking for provider in "/Users/igorma/.terraform.d/plugins"
  16. 2019/12/09 10:39:39 [WARN] found legacy provider "terraform-provider-vscale"
  17. 2019/12/09 10:39:39 [DEBUG] found valid plugin: "vscale", "0.0.0", "/Users/igorma/.terraform.d/plugins/terraform-provider-vscale"
  18. 2019/12/09 10:39:39 [DEBUG] checking for provisioner in "."
  19. 2019/12/09 10:39:39 [DEBUG] checking for provisioner in "/Users/igorma/Documents/tools/terraform"
  20. 2019/12/09 10:39:39 [DEBUG] checking for provisioner in "/Users/igorma/.terraform.d/plugins"
  21. 2019/12/09 10:39:39 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory
  22. 2019/12/09 10:39:39 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
  23. 2019/12/09 10:39:39 [TRACE] backend/local: state manager for workspace "default" will:
  24. - read initial snapshot from terraform.tfstate
  25. - write new snapshots to terraform.tfstate
  26. - create any backup at terraform.tfstate.backup
  27. 2019/12/09 10:39:39 [TRACE] statemgr.Filesystem: reading initial snapshot from terraform.tfstate
  28. 2019/12/09 10:39:39 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
  29. 2019/12/09 10:39:39 [TRACE] statemgr.Filesystem: read nil snapshot
  30. 2019/12/09 10:39:39 [DEBUG] checking for provider in "."
  31. 2019/12/09 10:39:39 [DEBUG] checking for provider in "/Users/igorma/Documents/tools/terraform"
  32. 2019/12/09 10:39:39 [DEBUG] checking for provider in "/Users/igorma/.terraform.d/plugins"
  33. 2019/12/09 10:39:39 [WARN] found legacy provider "terraform-provider-vscale"
  34. 2019/12/09 10:39:39 [DEBUG] found valid plugin: "vscale", "0.0.0", "/Users/igorma/.terraform.d/plugins/terraform-provider-vscale"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement