Open pkwarren opened 2 years ago
It looks like this will require fixes to upstream GitHub module: https://github.com/google/go-github/issues/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 stale
because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned
label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!
Currently waiting for PR to merge
We need this feature! 🙏🏻
Any updates on this?
Hello, any updates or was it implemented ?
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.