If you have a Terraform module in another private git repository, you need to tell Terraform which SSH key it should use. Hereโs how to do so -To resolve that issue, you need to pass the SSH key as an environment variable - this environment variable can and should be marked as sensitive. In this case, we call it SSH_PRIVATE_KEY, with minor adjustmentsUsually, SSH keys look like this -