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:
714
714
| aws_guardduty_ipset_invalid_location| ✔|
715
715
| aws_guardduty_ipset_invalid_name| ✔|
716
716
| aws_guardduty_member_invalid_detector_id| ✔|
717
- | aws_guardduty_member_invalid_email| ✔|
718
717
| aws_guardduty_organization_configuration_invalid_detector_id| ✔|
719
718
| aws_guardduty_publishing_destination_invalid_destination_type| ✔|
720
719
| 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" {
31
31
mapping "aws_guardduty_member" {
32
32
account_id = String
33
33
detector_id = DetectorId
34
- email = Email
34
+ email = any // Email
35
35
invite = Boolean
36
36
invitation_message = String
37
37
disable_email_notification = Boolean
Original file line number Diff line number Diff line change @@ -632,7 +632,6 @@ var Rules = []tflint.Rule{
632
632
NewAwsGuarddutyIpsetInvalidLocationRule (),
633
633
NewAwsGuarddutyIpsetInvalidNameRule (),
634
634
NewAwsGuarddutyMemberInvalidDetectorIDRule (),
635
- NewAwsGuarddutyMemberInvalidEmailRule (),
636
635
NewAwsGuarddutyOrganizationConfigurationInvalidDetectorIDRule (),
637
636
NewAwsGuarddutyPublishingDestinationInvalidDestinationTypeRule (),
638
637
NewAwsGuarddutyPublishingDestinationInvalidDetectorIDRule (),
You can’t perform that action at this time.
0 commit comments