terraform-provider-github
terraform-provider-github copied to clipboard
feat(github_ip_ranges): support for Web and API IP Ranges
Adding the following attributes to the github_ip_ranges
data resource:
-
web
-
web_ipv4
-
web_ipv6
-
api
-
api_ipv4
-
api_ipv6
Somebody else had an old PR for this here - https://github.com/integrations/terraform-provider-github/pull/483 which was blocked pending GraphQL API support.
Hmm, looks like Web
doesn't exist on the github.com/google/[email protected] type APIMeta
.