### Describe the need Both github enterprises and organizations can set an IP Allow List. Entries for theses lists could be controlled via terraform like so: ```hcl resource "github_enterprise_ip_allow_list_entry" "test" { enterprise_slug = "my-enterprise" ip = "192.168.1.0/20" name = "My IP Range Name" is_active = true } ``` ### SDK Version _No response_ ### API Version _No response_ ### Relevant log output ```shell ``` ### Code of Conduct - [x] I agree to follow this project's Code of Conduct