Skip to content

Toolbox Terraform warning #502

@chorfaX

Description

@chorfaX

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

[toolbox]: Updating toolbox ...
[toolbox]: Running "nix-channel --update toolbox"

unpacking 2 channels...
[toolbox]: Running "nix-env -f '<toolbox>' -u -b"

trace: terraform_1_0 is deprecated use terraform_1
trace: terraform_1_0_0 is deprecated use terraform_1

abcd1234@EB-L-OR1234567:/sources/toolbox$ toolbox list |egrep -i terra

trace: terraform_1_0 is deprecated use terraform_1
trace: terraform_1_0_0 is deprecated use terraform_1
terraform_1               1.7.1      = 1.7.1    Tool for building, changing, and versioning infrastructure
terraform-docs            0.17.0     - ?        A utility to generate documentation from Terraform modules in various output formats
tflint                    0.50.2     - ?        Terraform linter focused on possible errors, best practices, and so on
tflint-ruleset-aws        0.26.0     - ?        TFLint ruleset for terraform-provider-aws

Other messages :

abcd1234@EB-L-OR1234567:/sources/toolbox$ toolbox list-terraform-providers

error:
       … while calling the 'attrNames' builtin
         at «string»:1:27:
            1| with import <toolbox> {}; builtins.attrNames (pkgs.lib.filterAttrs (_: d: pkgs.lib.isDerivation d) pkgs.terraform-providers)
             |                           ^

       … while calling the 'listToAttrs' builtin
         at /nix/store/6pph0f21q7fxgabpydj35p7dkwfqyv4w-nixpkgs-src/lib/attrsets.nix:420:5:
          419|     set:
          420|     listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set));
             |     ^
          421|

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: the fly terraform provider has been archived by upstream on 2023/10

abcd1234@EB-L-OR1234567:/sources/toolbox$ toolbox doctor

[toolbox]: Running sanity checks:

- Nix installed : OK
warning: 'show-config' is a deprecated alias for 'config show'
- toolbox binary cache : OK
- toolbox channel : OK

All essential tests passed.

GitHub Chorfax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions