Skip to content

Instantly share code, notes, and snippets.

@chris-zenfolio
Created January 10, 2020 00:43
Show Gist options
  • Save chris-zenfolio/b61c667647b0d7aff889ea2c06623e0d to your computer and use it in GitHub Desktop.
Save chris-zenfolio/b61c667647b0d7aff889ea2c06623e0d to your computer and use it in GitHub Desktop.
$ terraform init
2020/01/09 16:39:30 [INFO] Terraform version: 0.12.19
2020/01/09 16:39:30 [INFO] Go runtime version: go1.13.5
2020/01/09 16:39:30 [INFO] CLI args: []string{"/usr/local/bin/terraform", "init"}
2020/01/09 16:39:30 [DEBUG] Attempting to open CLI config file: /Users/local_user/.terraformrc
2020/01/09 16:39:30 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/01/09 16:39:30 [INFO] CLI command args: []string{"init"}
Initializing the backend...
2020/01/09 16:39:30 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2020/01/09 16:39:30 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2020/01/09 16:39:30 [DEBUG] New state was assigned lineage "bacbf679-1ed2-bd5b-51d5-b698abfc2471"
2020/01/09 16:39:30 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2020/01/09 16:39:30 [TRACE] Meta.Backend: instantiated backend of type <nil>
2020/01/09 16:39:30 [DEBUG] checking for provider in "."
2020/01/09 16:39:30 [DEBUG] checking for provider in "/usr/local/bin"
2020/01/09 16:39:30 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2020/01/09 16:39:30 [DEBUG] found provider "terraform-provider-ns1_v1.6.4_x4"
2020/01/09 16:39:30 [DEBUG] found valid plugin: "ns1", "1.6.4", "/Users/local_user/terraform/test/.terraform/plugins/darwin_amd64/terraform-provider-ns1_v1.6.4_x4"
2020/01/09 16:39:30 [DEBUG] checking for provisioner in "."
2020/01/09 16:39:30 [DEBUG] checking for provisioner in "/usr/local/bin"
2020/01/09 16:39:30 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2020/01/09 16:39:30 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2020/01/09 16:39:30 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2020/01/09 16:39:30 [TRACE] statemgr.Filesystem: reading initial snapshot from terraform.tfstate
2020/01/09 16:39:30 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2020/01/09 16:39:30 [TRACE] statemgr.Filesystem: read nil snapshot
2020/01/09 16:39:30 [DEBUG] checking for provider in "."
2020/01/09 16:39:30 [DEBUG] checking for provider in "/usr/local/bin"
2020/01/09 16:39:30 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2020/01/09 16:39:30 [DEBUG] found provider "terraform-provider-ns1_v1.6.4_x4"
2020/01/09 16:39:30 [DEBUG] found valid plugin: "ns1", "1.6.4", "/Users/local_user/terraform/test/.terraform/plugins/darwin_amd64/terraform-provider-ns1_v1.6.4_x4"
2020/01/09 16:39:30 [DEBUG] plugin requirements: "ns1"="1.6.4"
Initializing provider plugins...
2020/01/09 16:39:30 [DEBUG] checking for provider in "."
2020/01/09 16:39:30 [DEBUG] checking for provider in "/usr/local/bin"
2020/01/09 16:39:30 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2020/01/09 16:39:30 [DEBUG] found provider "terraform-provider-ns1_v1.6.4_x4"
2020/01/09 16:39:30 [DEBUG] found valid plugin: "ns1", "1.6.4", "/Users/local_user/terraform/test/.terraform/plugins/darwin_amd64/terraform-provider-ns1_v1.6.4_x4"
2020/01/09 16:39:30 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2020/01/09 16:39:30 [DEBUG] found provider "terraform-provider-ns1_v1.6.4_x4"
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment