Igor Assunção

Results 5 comments of Igor Assunção

@kfcampbell Well, I was testing with version `4.27.1` and also tested right now with `4.29`. I think I needed to describe the issue a little better. I was working with...

You can remove the `name`, `description`, `visibility` and `template` variables from the `module github_repository2` because you're already declaring them directly in the `resource`. That's what the error is about. And...

> Is exporting the token in the environment possible in your setup? Yes, exporting it works and I'm using it to get around this issue. > When debugging, I'm not...

Maybe I can help you more... I was reading the provider source code and found [this](https://github.com/integrations/terraform-provider-github/blob/main/github/provider.go#L19) This is the provider definition, take a look and you'll see that `token`, `owner`,...

I think that the issue has been solved therefore we can close it. Feel free to reopen it if necessary @jaredfholgate @dcfranca @kfcampbell