Description
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:
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
Code of Conduct
- I agree to follow this project's Code of Conduct