1 { lib, bundlerApp, bundlerUpdateScript }:
4 pname = "terraform_landscape";
7 exes = [ "landscape" ];
9 passthru.updateScript = bundlerUpdateScript "terraform-landscape";
12 description = "Improve Terraform's plan output to be easier to read and understand";
13 homepage = "https://github.com/coinbase/terraform-landscape";
14 license = with licenses; asl20;
15 maintainers = with maintainers; [ mbode manveru nicknovitski ];
16 platforms = platforms.unix;