I have a root github/ directory with a terragrunt.hcl that requires the provider integrations/github. I have a child module in a github/teams/ directory however, and it's not inheriting that provider. instead, it's pulling an "implicit" provider of hashicorp/github.
I can write my own github/teams/provider.tf file and require it, but that sort of defeats the purpose of terragrunt. does anyone know at a glance what I might be doing wrong here?
Joey Espinosaalmost 3 years ago
ok if not that question: why would an import say it was successful, but then state list doesn't show it in there?