terraform-example-foundation icon indicating copy to clipboard operation
terraform-example-foundation copied to clipboard

unsupported version?? can anyone please guide me urgently?

Open RickyDev0p opened this issue 3 years ago • 1 comments

why "terraform console" not supported in version 1.2.8 Error: Unsupported Terraform Core version │ │ on c1-versions.tf line 3, in terraform: │ 3: required_version = "~> 0.14" # which means any version equal & above 0.14 like 0.15, 0.16 etc and < 1.xx │ │ This configuration does not support Terraform version 1.2.8 To proceed, either choose another supported Terraform │ version or update this version constraint. Version constraints are normally set for good reason, so updating the │ constraint may lead to other errors or unexpected behavior.

RickyDev0p avatar Sep 06 '22 00:09 RickyDev0p

@RickyDev0p Did you get an error from this repo? I am not aware of a file like c1-versions.tf in our codebase and we only require >=0.13 without an upper bound.

bharathkkb avatar Sep 09 '22 01:09 bharathkkb