Merge pull request #325024 from r-ryantm/auto-update/tflint-plugins.tflint-ruleset-aws

tflint-plugins.tflint-ruleset-aws: 0.31.0 -> 0.32.0
This commit is contained in:
Florian Klink 2024-07-06 15:11:14 +03:00 committed by GitHub
commit f32a8ac989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "tflint-ruleset-aws";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-1ttqSRz++xJdpJIQ+rSCiGFhN5EJwW6tbAporc8J0LU=";
hash = "sha256-sgAr4kUBjKIH+DgI5XqH/Zs3uL0yiYwlBa6vO0m++xM=";
};
vendorHash = "sha256-4QH/KehKBSNQhW8z/tk5ExAXKQNQ5Rl3RKyj+0jm/eI=";
vendorHash = "sha256-B2QFjJKwfQYZP8ypiv7bNkFNr3ejP42WA/bmv4Jz46c=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''