7 pname = "tflint-ruleset-google";
10 src = fetchFromGitHub {
11 owner = "terraform-linters";
14 hash = "sha256-APdAm7gBEA6LHYV3u7j3HtFmzkUqeABqOj5q3rwPO40=";
17 vendorHash = "sha256-n+nnftyNvCGVgEkYQIfVL7TS2QP8WpKb7l9jfeutJxw=";
19 # upstream Makefile also does a go test $(go list ./... | grep -v integration)
21 rm integration/integration_test.go
24 subPackages = [ "." ];
27 mkdir -p $out/github.com/terraform-linters/${pname}/${version}
28 mv $out/bin/${pname} $out/github.com/terraform-linters/${pname}/${version}/
32 homepage = "https://github.com/terraform-linters/tflint-ruleset-google";
33 description = "TFLint ruleset plugin for Terraform Google Provider";
34 platforms = platforms.unix;
35 maintainers = with maintainers; [ john-rodewald ];
36 license = with licenses; [ mpl20 ];