Skip to content

Commit

Permalink
🔧 Rename module for loading unstructured Atrium database
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery committed Jan 17, 2025
1 parent b688d0b commit 2f9fd9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,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"

Expand Down

0 comments on commit 2f9fd9e

Please sign in to comment.