Skip to content

Commit

Permalink
OPS-6327 Remove caller identity from OSS (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Nov 12, 2024
1 parent 837e80e commit 9e48ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ resource "aws_opensearchserverless_access_policy" "data_policy" {
],
Principal = concat([
aws_iam_role.knowledgebase.arn,
data.aws_caller_identity.this.arn
],
var.oss_additional_roles_arns
)
Expand Down

0 comments on commit 9e48ccd

Please sign in to comment.