We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01fd8d commit 96ea365Copy full SHA for 96ea365
internal/service/organizations/policy_test.go
@@ -460,6 +460,7 @@ func testAccPolicy_type_Inspector(t *testing.T) {
460
rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
461
resourceName := "aws_organizations_policy.test"
462
// Reference: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector_syntax.html
463
+ //lintignore:AWSAT003
464
inspectorPolicyContent := `{
465
"inspector" : {
466
"enablement" : {
0 commit comments