Skip to content

Commit

Permalink
Merge pull request #9038 from ministryofjustice/Update_101224_2
Browse files Browse the repository at this point in the history
Update_101224_2
  • Loading branch information
nbuckingham72 authored Dec 10, 2024
2 parents 1a2cae9 + a52cc49 commit fefafa2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terraform/environments/ppud/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,16 @@ resource "aws_iam_policy" "iam_policy_for_lambda_cloudwatch_get_metric_data_dev"
"arn:aws:ssm:eu-west-2:${local.environment_management.account_ids["ppud-development"]}:parameter/klayers-account"
]
},
{
"Sid" : "EC2Policy",
"Effect" : "Allow",
"Action" : [
"ec2:DescribeInstances"
],
"Resource" : [
"arn:aws:ec2:eu-west-2:${local.environment_management.account_ids["ppud-development"]}:*"
]
},
{
"Sid" : "LogPolicy",
"Effect" : "Allow",
Expand Down

0 comments on commit fefafa2

Please sign in to comment.