Is there a way to figure out what version of Terraform might have been used to write a number of terraform config files?
My version of terraform is v1.0.11
. I've just cloned a repo to work with and the terraform config syntax looks well old.
I've tried searching to see if required_version
is set anywhere but nothing comes up.
Is there some kind of way to figure this out?
If you have access to the terraform.tfstate
you can find the version by searching for terraform_version
on the tfstate json file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With