Skip to content

Commit

Permalink
Fix threat intel downloader permission (airbnb#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
chunyong-lin authored Jun 6, 2018
1 parent 697d884 commit 4f8092e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/tf_threat_intel_downloader/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ data "aws_iam_policy_document" "get_api_creds_from_ssm" {
effect = "Allow"

actions = [
"ssm:GetParameters",
"ssm:Get*",
]

resources = [
Expand Down

0 comments on commit 4f8092e

Please sign in to comment.