dependabot-terraform-action icon indicating copy to clipboard operation
dependabot-terraform-action copied to clipboard

Private modules in Terraform Cloud not picked up

Open anthonyangel opened this issue 4 years ago • 1 comments

My private modules in Terraform cloud aren't showing up (Terraform Cloud has a connection to GitHub, which is where these are stored)

I've set the github_dependency_token to a token which has read access to all repos, and the action is showing as successful (no errors and it picks up public modules just fine), is there something I'm missing for private ones?

anthonyangel avatar Jun 11 '20 06:06 anthonyangel

@anthonyangel

I haven't tested using private modules with dependabot. In my use-cases I solely rely on public terraform modules, or modules in version control (i.e. (private) github repositories).

I briefly checked upstream for any information on private repository support. It seems that private modules ( private registries ) are currently not supported: https://github.com/dependabot/feedback/issues/653

patrickjahns avatar Jun 11 '20 11:06 patrickjahns