Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unsuitable value type #91

Open
jeacott1 opened this issue Nov 18, 2020 · 1 comment
Open

Error: Unsuitable value type #91

jeacott1 opened this issue Nov 18, 2020 · 1 comment

Comments

@jeacott1
Copy link

Hi,
I'm trying blast-radius for the first time and coming across this error:

Error: Unsuitable value type

On .terraform/modules/kind_zero/kind/_modules/kind/versions.tf line 4:
Unsuitable value: string required

versions.tf here looks like this:


terraform {
  required_providers {
    kind = {         <--- line 4
      source  = "kyma-incubator/kind"
      version = "0.0.6"
    }
  }

  required_version = ">= 0.13"
}

thoughts?

@juangascon
Copy link

This error comes from Terraform syntax evolution.
In the Dockerfile we can see that it uses TF 0.12.12.
The issue can be solved by changing the first line to "ARG TF_VERSION=0.13.5" or "ARG TF_VERSION=0.14.3" (latest)
I do not know if it is possible to change the Terraform version in the python module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants