-
Notifications
You must be signed in to change notification settings - Fork 834
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
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
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request