Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Dec 27, 2024
1 parent 1512c7e commit 79f2940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/terraform/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "aws_iam_user" "envoy_ai_gateway_ci_user" {
}

resource "aws_iam_policy" "bedrock_invoke_policy" {
name = "bedrock_invoke_policy"
name = "envoy_ai_gateway_bedrock_invoke_policy"
description = "Allows invoking AWS Bedrock models"

policy = jsonencode({
Expand Down

0 comments on commit 79f2940

Please sign in to comment.