fix missing comma (#9652)

pull/9665/head
Reto Kupferschmid 6 years ago committed by GitHub
parent 54067fc091
commit 943cb1275d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
```

Loading…
Cancel
Save