We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9b7cca + abdbb72 commit 18fae2cCopy full SHA for 18fae2c
content/docs/configuration/acme/dns01/route53.md
@@ -35,7 +35,12 @@ permissions:
35
"route53:ChangeResourceRecordSets",
36
"route53:ListResourceRecordSets"
37
],
38
- "Resource": "arn:aws:route53:::hostedzone/*"
+ "Resource": "arn:aws:route53:::hostedzone/*",
39
+ "Condition": {
40
+ "ForAllValues:StringEquals": {
41
+ "route53:ChangeResourceRecordSetsRecordTypes": ["TXT"]
42
+ }
43
44
},
45
{
46
"Effect": "Allow",
0 commit comments