Skip to content

Commit

Permalink
Fixed OpenSearch module Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Mar 22, 2024
1 parent 216bb63 commit d281a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "aws_opensearch_domain" "opensearch" {
"AWS" : "*"
},
"Action" : "es:*",
"Resource" : "arn:aws:es:${local.addon_context.aws_region_name}:${local.addon_context.aws_caller_identity_account_id}:domain/${var.eks_cluster_id}/*"
"Resource" : "arn:aws:es:${var.addon_context.aws_region_name}:${var.addon_context.aws_caller_identity_account_id}:domain/${var.eks_cluster_id}/*"
}
]
})
Expand Down

0 comments on commit d281a47

Please sign in to comment.