Skip to content

Commit

Permalink
Required additional access to store changes in config (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rverma-nikiai authored and osterman committed Mar 13, 2019
1 parent 1836777 commit de7f041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data "aws_iam_policy_document" "default" {

principals {
type = "Service"
identifiers = ["cloudtrail.amazonaws.com"]
identifiers = ["config.amazonaws.com","cloudtrail.amazonaws.com"]
}

actions = [
Expand Down

0 comments on commit de7f041

Please sign in to comment.