tflint-plugins.tflint-ruleset-google: 0.31.0 -> 0.32.0

This commit is contained in:
R. Ryantm
2025-04-16 08:20:50 +00:00
parent fdb40c313f
commit b361a53cbe
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tflint-ruleset-google";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-DMFIJ0ywR2goHad3SvUSbj5w2057HJ4k0pNbiR/Y0pI=";
hash = "sha256-d15Co7rjqZpcnazkNWVepfGqh2ngI8tieCRugmZkr70=";
};
vendorHash = "sha256-plXiB1MTesjg54s0JZGdyf1hR159LlaewJhhyK7raZY=";
vendorHash = "sha256-qVzXOg/f9LOnCyV84rRtXi4DGs3jmbrnlviIvoUEEF4=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''