Skip to content

Commit

Permalink
fix for failed bedrock merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Jan 15, 2025
1 parent 764c33a commit dddc587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ resource "aws_iam_role_policy_attachment" "bedrock_batch_inference" {
# Bedrock Batch Inference s3 access
data "aws_iam_policy_document" "bedrock_batch_inference_s3_access" {
statement {
sid = "bedrock-batch-inference-s3-access"
sid = "BedrockBatchInferenceS3Access"
effect = "Allow"

actions = [
Expand Down

0 comments on commit dddc587

Please sign in to comment.