Skip to content

Commit

Permalink
remove ssm resource restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-ellis-ky committed Sep 19, 2024
1 parent 4b49104 commit 7e988a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ops/terraform/env/mgmt/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ resource "aws_iam_policy" "github_actions_ci_ops" {
"ssm:GetParametersByPath",
"ssm:GetParameter"
]
Resource = [
"arn:aws:ssm:${local.region}:${local.account_id}:parameter/bfd/*"
]
Resource = "*"
},
{
Sid = "AllowDescribeVpcAttributes"
Expand Down

0 comments on commit 7e988a5

Please sign in to comment.