Created
June 11, 2020 19:12
-
-
Save dkirrane/a4600c03756f00561dd373fd5ea6d9c7 to your computer and use it in GitHub Desktop.
Provider "k8s" not available for installation
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
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 | |
[0m[1mInitializing modules...[0m | |
[0m[1mInitializing provider plugins...[0m | |
- 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... | |
[31m | |
[0m[1m[31mProvider "k8s" not available for installation.[0m[31m | |
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". | |
[0m[0m | |
- Downloading plugin for provider "random" (hashicorp/random) 2.2.1... | |
- Downloading plugin for provider "helm" (hashicorp/helm) 1.2.1... | |
[31m | |
[1m[31mError: [0m[0m[1mno provider exists with the given name[0m | |
[0m[0m[0m | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment