Skip to content

Instantly share code, notes, and snippets.

@soudaburger
Created February 25, 2021 16:16
Show Gist options
  • Save soudaburger/b3de51f74fac652f6e9e363c58849e34 to your computer and use it in GitHub Desktop.
Save soudaburger/b3de51f74fac652f6e9e363c58849e34 to your computer and use it in GitHub Desktop.
🐳 769b1643cca3 /terraform # rm -rf .terraform
🐳 769b1643cca3 /terraform # TF_LOG=TRACE terraform init
2021/02/25 16:15:16 [INFO] Terraform version: 0.14.7
2021/02/25 16:15:16 [INFO] Go runtime version: go1.15.6
2021/02/25 16:15:16 [INFO] CLI args: []string{"/usr/local/bin/terraform", "init"}
2021/02/25 16:15:16 [DEBUG] Attempting to open CLI config file: /terraform/.terraformrc
2021/02/25 16:15:16 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021/02/25 16:15:16 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021/02/25 16:15:16 [DEBUG] ignoring non-existing provider search directory /terraform/.terraform.d/plugins
2021/02/25 16:15:16 [DEBUG] ignoring non-existing provider search directory /terraform/.local/share/terraform/plugins
2021/02/25 16:15:16 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2021/02/25 16:15:16 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2021/02/25 16:15:16 [INFO] CLI command args: []string{"init"}
Initializing modules...
2021/02/25 16:15:16 [TRACE] ModuleInstaller: installing child modules for . into .terraform/modules
2021/02/25 16:15:16 [DEBUG] Module installer: begin gke
2021/02/25 16:15:16 [TRACE] ModuleInstaller: gke is not yet installed
2021/02/25 16:15:16 [TRACE] ModuleInstaller: cleaning directory .terraform/modules/gke prior to install of gke
2021/02/25 16:15:16 [TRACE] ModuleInstaller: gke is a registry module at terraform-google-modules/kuberetes-engine/google
2021/02/25 16:15:16 [DEBUG] gke listing available versions of terraform-google-modules/kuberetes-engine/google at registry.terraform.io
2021/02/25 16:15:16 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json
2021/02/25 16:15:16 [TRACE] HTTP client GET request to https://registry.terraform.io/.well-known/terraform.json
2021/02/25 16:15:16 [DEBUG] fetching module versions from "https://registry.terraform.io/v1/modules/terraform-google-modules/kuberetes-engine/google/versions"
2021/02/25 16:15:16 [DEBUG] GET https://registry.terraform.io/v1/modules/terraform-google-modules/kuberetes-engine/google/versions
2021/02/25 16:15:16 [TRACE] HTTP client GET request to https://registry.terraform.io/v1/modules/terraform-google-modules/kuberetes-engine/google/versions
2021/02/25 16:15:16 [TRACE] modsdir: writing modules manifest to .terraform/modules/modules.json
Error: Module not found
Module "gke" (from cluster.tf:1) cannot be found in the module registry at
registry.terraform.io.
Error: Module not found
Module "gke" (from cluster.tf:1) cannot be found in the module registry at
registry.terraform.io.
🐳 769b1643cca3 /terraform # terraform version
Terraform v0.14.7
+ provider registry.terraform.io/hashicorp/google v3.58.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment