Open chorfaX opened 4 months ago
The first error:
trace: terraform_1_0 is deprecated use terraform_1
trace: terraform_1_0_0 is deprecated use terraform_1
is a trace that has been added to catch old calls to terraform in our internal codebase, It can safely be ignored. I agree it should not appears on toolbox update, but I don't know how to handle this in the code base.
The second issue is that list-terraform-providers
looks like a hack to get a list of the providers, but upstream changed and has a list of removed providers. This function can probably be fixed.
DESCRIPTION:
toolbox shows warning messages about Terraform.
trace: terraform_1_0 is deprecated use terraform_1 trace: terraform_1_0_0 is deprecated use terraform_1
POC
abcd1234@EB-L-OR1234567:/sources/toolbox$ toolbox update nix
abcd1234@EB-L-OR1234567:/sources/toolbox$ toolbox list |egrep -i terra
Other messages :
abcd1234@EB-L-OR1234567:/sources/toolbox$ toolbox list-terraform-providers
abcd1234@EB-L-OR1234567:/sources/toolbox$ toolbox doctor