Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github provider removed anonymous access flag #19

Open
jhosteny opened this issue Jun 29, 2020 · 1 comment
Open

Github provider removed anonymous access flag #19

jhosteny opened this issue Jun 29, 2020 · 1 comment
Labels
bug 🐛 An issue with the system

Comments

@jhosteny
Copy link
Contributor

jhosteny commented Jun 29, 2020

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

The Terraform Github provider was updated to remove the anonymous access flag. This was unfortunately done in a minor release. The current pessimistic constraint of ~> 2.2 fails, as the change appeared after 2.8.1 in 2.9.0.

See this change.

Expected Behavior

The module would continue to cleanly apply with the given constraint.

Steps to Reproduce

Steps to reproduce the behavior:
An example can be seen in this PR.

Screenshots

N/A

Environment (please complete the following information):

Terraform version: 0.12.24
Github Provider version: 2.9.0

Additional Context

It can probably be fixed by setting the constraint to ~> 2.8.0 or >= 2.2, <2.9. Another potential fix is to adapt the module to use the newer provider, assuming there is equivalent functionality to the anonymous access now.

Upstream issue here, though I suspect that will result in just a clarification, and perhaps CHANGELOG change.

@jhosteny jhosteny added the bug 🐛 An issue with the system label Jun 29, 2020
@jhosteny
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant