Unsupported Terraform Core Version required_version = "~> 1.0.0"
Have you run into this error before? Have you thought...How annoying is this?
Well tfenv
to the rescue. Install, manage and use multiple major and minor versions of Terraform Core and never have a headache again.
This seems like something that Terraform should allow one to manage within Core itself, no? Or am I dreaming?
I've run into similar things with kubectl
when my local is on a different version than the remote cluster. Binary swapping is the way.