Open suzuki-shunsuke opened 1 month ago
One of issues is where aqua gets the information about Terraform. aqua usually gets it from registry, but .terraform-version doesn't have any reference to aqua registry. There are some options.
I guess many Terraform version managers don't have the concept registry
and accept the option 1.
I think Terraform setting is stable and would not be changed so frequently.
But there are several version files like .terraform-version.
Do we need to hardcode all of them into aqua? It's undesirable.
aqua i
finds .terraform-version
and install Terraformterraform
executes, aqua searches aqua.yaml and .terraform-version. If aqua finds .terraform-version first or Terraform isn'f found in aqua.yaml, aqua uses .terraform-versionaqua list -i
outputs terraform if .terraform-version exists
Feature Overview
Support .terraform-version for Terraform.
Why is the feature needed?
.terraform-version is a common version file for Terraform.
Workaround
No response
Example Code
No response
Note