From 15578cd9ad7441e220b2ac0a1aa9f2beae253dd4 Mon Sep 17 00:00:00 2001 From: matt-heery <116661071+matt-heery@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:51:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Rename=20module=20for=20loading?= =?UTF-8?q?=20unstructured=20Atrium=20database?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../environments/electronic-monitoring-data/ap_airflow_iam.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/electronic-monitoring-data/ap_airflow_iam.tf b/terraform/environments/electronic-monitoring-data/ap_airflow_iam.tf index 72e15036243..7b75adf19b3 100644 --- a/terraform/environments/electronic-monitoring-data/ap_airflow_iam.tf +++ b/terraform/environments/electronic-monitoring-data/ap_airflow_iam.tf @@ -185,7 +185,7 @@ module "load_telephony_database" { cadt_bucket = module.s3-create-a-derived-table-bucket.bucket } -module "load_unstructured_atrium_database" { +module "load_atrium_unstructured_database" { count = local.is-production ? 1 : 0 source = "./modules/ap_airflow_load_data_iam_role"