Hey! I have just integrated infracost in my github...
# help
g
Hey! I have just integrated infracost in my github and am not able to generate estimate and my module is sourced, getting below error
Copy code
1 error occurred:
	* error fetching module git::<ssh://git@github.com/jupitermoney/terraform-root-modules.git?ref=develop> from remote: error downloading '<ssh://git@github.com/jupitermoney/terraform-root-modules.git?ref=develop>': /usr/bin/git exited with 128: Cloning into '/usr/src/app/jupitermoney/dev.jupiter.money/infracost-test/.infracost/.terragrunt-cache/36S544WW_7cwW6wKd1x23Est88A'...
Warning: Permanently added '<http://github.com|github.com>' (ED25519) to the list of known hosts.
<mailto:git@github.com|git@github.com>: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights

and the repository exists.
Is it possible to connect and close this setup? Thanks in advance
a
Hi Swati, Best I can tell the permission denied error is accurate: Infracost just reads from the module source references in your terraform source and then retrieve them in the same manner that git/terraform do. We have some docs related to helping with any module auth edge cases here: https://www.infracost.io/docs/features/terraform_modules/ if that helps?