any idea why I’m getting “could not load modules” ...
# help
f
any idea why I’m getting “could not load modules” when running github actions?
screenshot
this is how module
nls-rds
looks
and this is how module replica looks
l
Hi Igor, looks like this might be related to https://github.com/infracost/infracost/issues/2231
Can you try setting your action to use v0.10.15 of Infracost and see if that solves it for now:
Copy code
steps:
  - name: Setup Infracost
    uses: infracost/actions/setup@v2
    with:
      api-key: ${{ secrets.INFRACOST_API_KEY }}
      version: 0.10.15
f
wow *@*Ali (Infracost) , you are indeed the star 🙂 thank you 🙏
l
Nice simple smile! If you’d like, you can put a thumbs on that issue and then we’ll tag you when the fix has been released
f
I did… I was thinking to comment there something but I don’t know what to add 🙂 No idea how I didn’t find on google because I did search for it