Created
February 10, 2020 16:38
-
-
Save alisdair/1da1265c39b2776220b4f3fa4beec587 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020/02/10 11:31:43 [INFO] Terraform version: 0.11.14 | |
2020/02/10 11:31:43 [INFO] Go runtime version: go1.12.4 | |
2020/02/10 11:31:43 [INFO] CLI args: []string{"C:\\Program Files\\Terraform\\terraform.exe", "init"} | |
2020/02/10 11:31:43 [DEBUG] Attempting to open CLI config file: C:\Users\alisd\AppData\Roaming\terraform.rc | |
2020/02/10 11:31:43 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2020/02/10 11:31:43 [INFO] CLI command args: []string{"init"} | |
2020/02/10 11:31:43 [DEBUG] command: loading backend config file: C:\Users\alisd\tf-example | |
2020/02/10 11:31:43 [INFO] command: empty terraform config, returning nil | |
2020/02/10 11:31:43 [DEBUG] command: no data state file found for backend config | |
2020/02/10 11:31:43 [DEBUG] New state was assigned lineage "ba9ad26a-10dd-4b1b-706d-80af33d69609" | |
2020/02/10 11:31:43 [INFO] command: backend initialized: <nil> | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "." | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "C:\\Program Files\\Terraform" | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins" | |
2020/02/10 11:31:43 [WARN] found legacy provider "terraform-provider-example" | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins\\windows_amd64" | |
2020/02/10 11:31:43 [DEBUG] found valid plugin: "example", "0.0.0", "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins\\terraform-provider-example" | |
2020/02/10 11:31:43 [DEBUG] checking for provisioner in "." | |
2020/02/10 11:31:43 [DEBUG] checking for provisioner in "C:\\Program Files\\Terraform" | |
2020/02/10 11:31:43 [DEBUG] checking for provisioner in "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins" | |
2020/02/10 11:31:43 [DEBUG] checking for provisioner in "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins\\windows_amd64" | |
2020/02/10 11:31:43 [INFO] Failed to read plugin lock file .terraform\plugins\windows_amd64\lock.json: open .terraform\plugins\windows_amd64\lock.json: The system cannot find the path specified. | |
2020/02/10 11:31:43 [INFO] command: backend <nil> is not enhanced, wrapping in local | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "." | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "C:\\Program Files\\Terraform" | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins" | |
2020/02/10 11:31:43 [WARN] found legacy provider "terraform-provider-example" | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins\\windows_amd64" | |
2020/02/10 11:31:43 [DEBUG] found valid plugin: "example", "0.0.0", "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins\\terraform-provider-example" | |
2020/02/10 11:31:43 [DEBUG] plugin requirements: "example"="" | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "." | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "C:\\Program Files\\Terraform" | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins" | |
2020/02/10 11:31:43 [WARN] found legacy provider "terraform-provider-example" | |
2020/02/10 11:31:43 [DEBUG] checking for provider in "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins\\windows_amd64" | |
2020/02/10 11:31:43 [DEBUG] found valid plugin: "example", "0.0.0", "C:\\Users\\alisd\\AppData\\Roaming\\terraform.d\\plugins\\terraform-provider-example" | |
2020/02/10 11:31:43 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64" | |
2020/02/10 11:31:43 [DEBUG] plugin: waiting for all plugin processes to complete... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment