File tree Expand file tree Collapse file tree 4 files changed +1
-108
lines changed Expand file tree Collapse file tree 4 files changed +1
-108
lines changed Original file line number Diff line number Diff line change @@ -714,7 +714,6 @@ These rules enforce best practices and naming conventions:
714714| aws_guardduty_ipset_invalid_location| ✔|
715715| aws_guardduty_ipset_invalid_name| ✔|
716716| aws_guardduty_member_invalid_detector_id| ✔|
717- | aws_guardduty_member_invalid_email| ✔|
718717| aws_guardduty_organization_configuration_invalid_detector_id| ✔|
719718| aws_guardduty_publishing_destination_invalid_destination_type| ✔|
720719| aws_guardduty_publishing_destination_invalid_detector_id| ✔|
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ mapping "aws_guardduty_ipset" {
3131mapping "aws_guardduty_member" {
3232 account_id = String
3333 detector_id = DetectorId
34- email = Email
34+ email = any // Email
3535 invite = Boolean
3636 invitation_message = String
3737 disable_email_notification = Boolean
Original file line number Diff line number Diff line change @@ -632,7 +632,6 @@ var Rules = []tflint.Rule{
632632 NewAwsGuarddutyIpsetInvalidLocationRule (),
633633 NewAwsGuarddutyIpsetInvalidNameRule (),
634634 NewAwsGuarddutyMemberInvalidDetectorIDRule (),
635- NewAwsGuarddutyMemberInvalidEmailRule (),
636635 NewAwsGuarddutyOrganizationConfigurationInvalidDetectorIDRule (),
637636 NewAwsGuarddutyPublishingDestinationInvalidDestinationTypeRule (),
638637 NewAwsGuarddutyPublishingDestinationInvalidDetectorIDRule (),
You can’t perform that action at this time.
0 commit comments