fix missing comma (#9652)

This commit is contained in:
Reto Kupferschmid 2020-07-27 11:21:40 +02:00 committed by GitHub
parent 54067fc091
commit 943cb1275d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ in order to successfully upload an image via the amazon-import post-processor.
"ec2:DescribeImages",
"ec2:DescribeImportImageTasks",
"ec2:ImportImage",
"ec2:ModifyImageAttribute"
"ec2:ModifyImageAttribute",
"ec2:DeregisterImage"
```