Skip to content

Commit

Permalink
Fix import module address
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelhar committed Jan 22, 2025
1 parent dfd4fbf commit 4f19508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deploy/ci-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f19508

Please sign in to comment.