mineiros-io / terraform-github-organization

A Terraform module to manage GitHub Organizations. https://github.com/
Apache License 2.0
60 stars 13 forks source link

Fix failing terraform validate in pre-commit test #18

Closed thenaturalist closed 4 years ago

thenaturalist commented 4 years ago

This commit fixes a failure in terraform validate as it requires the GITHUB_TOKEN to be present as of (at least) version 2.8.0.

mariux commented 4 years ago

I raised the issue upstream: https://github.com/terraform-providers/terraform-provider-github/issues/503 don't think we need further steps on our side as this is fixed now by providing the token. It still breaks local pre-commits when no token is set, but it can be set to a random value.