-
Notifications
You must be signed in to change notification settings - Fork 771
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
feature request: Add support for 'public' attribute on github pages configuration #1045
Comments
It looks like this will require fixes to upstream GitHub module: google/go-github#2261 |
Looks like it has been included upstream and will be included in the next release |
go-github has released v43.0.0 which includes the fix here https://github.com/google/go-github/releases/tag/v43.0.0 |
This issue should not yet be closed |
Oh I'm sorry! Thanks for catching this @btkostner. |
👋 Hey Friends, this issue has been automatically marked as |
Currently waiting for PR to merge |
We need this feature! 🙏🏻 |
Any updates on this? |
Hello, |
What else is needed to make this feature available? |
It looks like the upstream lower level API library has this feature released now. Someone just needs to open the PR for it in the terraform provider. |
We'd like to use the Github pages functionality of the terraform provider, however currently it doesn't support the github pages 'public' option: https://github.com/google/go-github/blob/178169fc04bc4a05ca48f98709cdd02ab5b556e3/github/repos_pages.go#L21
Terraform Version
v1.1.4
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Should be able to configure 'public = false' to limit visibility of github pages.
Actual Behavior
Option not yet supported.
The text was updated successfully, but these errors were encountered: