diff --git a/infrastructure/deploy/ecs.tf b/infrastructure/deploy/ecs.tf index 96452b10d..6ce83862d 100644 --- a/infrastructure/deploy/ecs.tf +++ b/infrastructure/deploy/ecs.tf @@ -42,6 +42,13 @@ data "aws_iam_policy_document" "meadow_role_permissions" { resources = ["*"] } + statement { + sid = "opensearchhttp" + effect = "Allow" + actions = ["es:ESHttp*"] + resources = ["*"] + } + statement { sid = "secretsmanager" effect = "Allow"