From 1e5031d0ce8ba94810c5334a08746564392b796d Mon Sep 17 00:00:00 2001 From: Sally Mohamed Date: Mon, 30 Sep 2024 10:10:23 +0100 Subject: [PATCH] Deleting elasticsearch role This role was used by dataset finder which is no longer used --- infra/elasticsearch_datasets.tf | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 infra/elasticsearch_datasets.tf diff --git a/infra/elasticsearch_datasets.tf b/infra/elasticsearch_datasets.tf deleted file mode 100644 index b014aaf..0000000 --- a/infra/elasticsearch_datasets.tf +++ /dev/null @@ -1,6 +0,0 @@ -resource "aws_iam_service_linked_role" "datasets_finder" { - # This is a shared resource between all envs ... couldn't find a way to have - # one per env as it automatically assigns the same name (and custom suffixes aren't - # allowed for ES service linked roles). - aws_service_name = "es.amazonaws.com" -}