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

tflint-plugins.tflint-ruleset-aws: 0.30.0 -> 0.31.0
This commit is contained in:
Nick Cao 2024-05-03 21:42:02 -04:00 committed by GitHub
commit a8221e4d3a
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.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-mgYvzxIzh/HibPM+BQoJ7dKqEifMcuoqfOIZU4KcRC4=";
hash = "sha256-1ttqSRz++xJdpJIQ+rSCiGFhN5EJwW6tbAporc8J0LU=";
};
vendorHash = "sha256-JaOVNWF4JMXwGo+JVyknGZrd/M6F9c2PTgGadCqoRsk=";
vendorHash = "sha256-4QH/KehKBSNQhW8z/tk5ExAXKQNQ5Rl3RKyj+0jm/eI=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''