Skip to content

Commit

Permalink
Use proper ARN for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mweagle committed Oct 29, 2018
1 parent 522705a commit 5800553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparta.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ var CommonIAMStatements = struct {
gocf.Ref("AWS::Region"),
gocf.String(":"),
gocf.Ref("AWS::AccountId"),
gocf.String("*")),
gocf.String(":*")),
},
{
Effect: "Allow",
Expand Down

0 comments on commit 5800553

Please sign in to comment.