diff --git a/README.md b/README.md index f6e9a76..9570ab0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ You can and should create an AWS IAM user, and attach just the minimum policy ne "Effect": "Allow", "Action": [ "route53:ListHostedZones", - "route53:ListHostedZonesByName" + "route53:ListHostedZonesByName", + "route53:ListResourceRecordSets" ], "Resource": "*" },