From dcb4007a8bbe9abb063302da74ce62829d05f88f Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 24 Mar 2021 14:35:17 -0400 Subject: [PATCH] tests/provider: Disable new failing tfproviderlint reports for now Reference: https://github.com/hashicorp/terraform-provider-aws/issues/18354 Reference: https://github.com/hashicorp/terraform-provider-aws/issues/18377 Reference: https://github.com/hashicorp/terraform-provider-aws/issues/18378 Reference: https://github.com/hashicorp/terraform-provider-aws/issues/18379 Reference: https://github.com/hashicorp/terraform-provider-aws/issues/18380 Reference: https://github.com/hashicorp/terraform-provider-aws/issues/18381 --- GNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 61a0304aa75..7dfcac5e569 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -93,12 +93,18 @@ awsproviderlint: -c 1 \ -AWSAT006=false \ -AWSV001=false \ + -AT010=false \ + -AT012=false \ -R001=false \ -R010=false \ -R018=false \ -R019=false \ -V001=false \ -V009=false \ + -V011=false \ + -V012=false \ + -V013=false \ + -V014=false \ -XR001=false \ -XR002=false \ -XR003=false \