8 pname = "tflint-ruleset-google";
11 src = fetchFromGitHub {
12 owner = "terraform-linters";
15 hash = "sha256-eE1KSfbMbNuHlzEi7+zTRdxq548+pB8p01iIWoE2NAQ=";
18 vendorHash = "sha256-nuucBbqS+D12JEPoS/QHHTcPKaTjsD4oxnVLDMmLwNA=";
20 # upstream Makefile also does a go test $(go list ./... | grep -v integration)
22 rm integration/integration_test.go
25 subPackages = [ "." ];
28 mkdir -p $out/github.com/terraform-linters/${pname}/${version}
29 mv $out/bin/${pname} $out/github.com/terraform-linters/${pname}/${version}/
33 homepage = "https://github.com/terraform-linters/tflint-ruleset-google";
34 description = "TFLint ruleset plugin for Terraform Google Provider";
35 platforms = platforms.unix;
36 maintainers = with maintainers; [ john-rodewald ];
37 license = with licenses; [ mpl20 ];