Skip to content

Commit

Permalink
adds dynamodb:DescribeTable permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ball-slalom committed Mar 6, 2024
1 parent 1ee623c commit 0f7b003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/tf/stacks/oidc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ data "aws_iam_policy_document" "permissions_readonly" {
effect = "Allow"
actions = [
"apigateway:GET",
"dynamodb:DescribeTable",
"ec2:DescribeAddresses",
"ec2:DescribeInternetGateways",
"ec2:DescribeKeyPairs",
Expand Down

0 comments on commit 0f7b003

Please sign in to comment.