Skip to content

Instantly share code, notes, and snippets.

@dkirrane
Created June 11, 2020 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkirrane/a4600c03756f00561dd373fd5ea6d9c7 to your computer and use it in GitHub Desktop.
Save dkirrane/a4600c03756f00561dd373fd5ea6d9c7 to your computer and use it in GitHub Desktop.
Provider "k8s" not available for installation
Terraform v0.12.26
Initializing plugins and modules...
Setup failed: Failed terraform init (exit 1): <nil>
Output:
2020/06/11 19:11:14 [DEBUG] Using modified User-Agent: Terraform/0.12.26 TFC/158668b279
Initializing modules...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "azurerm" (hashicorp/azurerm) 2.10.0...
- Downloading plugin for provider "external" (hashicorp/external) 1.2.0...
- Downloading plugin for provider "azuread" (hashicorp/azuread) 0.8.0...
- Downloading plugin for provider "null" (hashicorp/null) 2.1.2...
- Downloading plugin for provider "local" (hashicorp/local) 1.4.0...
- Downloading plugin for provider "time" (hashicorp/time) 0.5.0...

Provider "k8s" not available for installation.
A provider named "k8s" could not be found in the Terraform Registry.
This may result from mistyping the provider name, or the given provider may
be a third-party provider that cannot be installed automatically.
In the latter case, the plugin must be installed manually by locating and
downloading a suitable distribution package and placing the plugin's executable
file in the following directory:
terraform.d/plugins/linux_amd64
Terraform detects necessary plugins by inspecting the configuration and state.
To view the provider versions requested by each module, run
"terraform providers".

- Downloading plugin for provider "random" (hashicorp/random) 2.2.1...
- Downloading plugin for provider "helm" (hashicorp/helm) 1.2.1...

Error: no provider exists with the given name


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment