Skip to content

Instantly share code, notes, and snippets.

@paranoidd
Created July 23, 2019 16:27
Show Gist options
  • Save paranoidd/6be91e7191faf59e1870b0342d3e671c to your computer and use it in GitHub Desktop.
Save paranoidd/6be91e7191faf59e1870b0342d3e671c to your computer and use it in GitHub Desktop.
2019/07/23 18:26:18 [DEBUG] checking for provider in "."
2019/07/23 18:26:18 [DEBUG] checking for provider in "/usr/local/bin"
2019/07/23 18:26:18 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/07/23 18:26:18 [DEBUG] found provider "terraform-provider-aws_v2.20.0_x4"
2019/07/23 18:26:18 [DEBUG] found provider "terraform-provider-null_v2.1.2_x4"
2019/07/23 18:26:18 [DEBUG] found provider "terraform-provider-template_v2.1.2_x4"
2019/07/23 18:26:18 [DEBUG] found valid plugin: "template", "2.1.2", "/Users/censored/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4"
2019/07/23 18:26:18 [DEBUG] found valid plugin: "aws", "2.20.0", "/Users/censored/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.20.0_x4"
2019/07/23 18:26:18 [DEBUG] found valid plugin: "null", "2.1.2", "/Users/censored/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4"
2019/07/23 18:26:18 [DEBUG] plugin requirements: "null"=""
2019/07/23 18:26:18 [DEBUG] plugin requirements: "template"=""
2019/07/23 18:26:18 [DEBUG] plugin requirements: "aws"=""
2019/07/23 18:26:18 [DEBUG] plugin requirements: "spotinst"=""
2019/07/23 18:26:18 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json
Initializing provider plugins...
- Checking for available provider plugins...
2019/07/23 18:26:18 [DEBUG] fetching provider versions from "https://registry.terraform.io/v1/providers/-/spotinst/versions"
No available provider "spotinst" plugins are compatible with this Terraform version.
From time to time, new Terraform major releases can change the requirements for
plugins such that older plugins become incompatible.
Terraform checked all of the plugin versions matching the given constraint:
(any version)
Unfortunately, none of the suitable versions are compatible with this version
of Terraform. If you have recently upgraded Terraform, it may be necessary to
move to a newer major release of this provider. Alternatively, if you are
attempting to upgrade the provider to a new major version you may need to
also upgrade Terraform to support the new version.
Consult the documentation for this provider for more information on
compatibility between provider versions and Terraform versions.
Error: no available version is compatible with this version of Terraform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment