From 4f1950849f73927e9c113e3b9cdd3816c024ff65 Mon Sep 17 00:00:00 2001 From: Miguel Harmant Date: Tue, 21 Jan 2025 18:56:23 -0500 Subject: [PATCH] Fix import module address --- tests/deploy/ci-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deploy/ci-deploy.sh b/tests/deploy/ci-deploy.sh index cc0b3a13..42562b39 100755 --- a/tests/deploy/ci-deploy.sh +++ b/tests/deploy/ci-deploy.sh @@ -177,7 +177,7 @@ set_infra_imports() { mount_target_id=$(echo "$mount_point" | jq -r '.[1]') cat <<-EOF >>"$import_file_tmp" import { - to = module.storage.efs_mount_targets["$az_id"] + to = module.infra.module.storage.aws_efs_mount_target.eks_cluster["$az_id"] id = "$mount_target_id" } EOF