Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #796 from chancez/retry_init_assets
Browse files Browse the repository at this point in the history
Provide masters access to s3:HeadObject and s3:ListBucket
  • Loading branch information
chancez authored Jun 5, 2017
2 parents e75f605 + f7ac2ba commit aa9fefc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/aws/master-asg/master.tf
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ resource "aws_iam_role_policy" "master_policy" {
},
{
"Action" : [
"s3:GetObject"
"s3:GetObject",
"s3:HeadObject",
"s3:ListBucket"
],
"Resource": "arn:aws:s3:::*",
"Effect": "Allow"
Expand Down

0 comments on commit aa9fefc

Please sign in to comment.