Skip to content

Commit

Permalink
Merge pull request #16 from BCDevOps/iam-policy-add-bedrock
Browse files Browse the repository at this point in the history
updated the boundary policy to include bedrock
  • Loading branch information
wrnu authored Jun 3, 2024
2 parents 575fe27 + 61940f3 commit 8803230
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/iam-users/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ resource "aws_iam_policy" "s3_full_access_boundary" {
Action = "ses:*",
Resource = "*"
},
{
Sid = "BedrockFullAccess",
Effect = "Allow",
Action = "bedrock:*",
Resource = "*"
},
{
Sid = "SSMandKMSAccess",
Effect = "Allow",
Expand Down

0 comments on commit 8803230

Please sign in to comment.