terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

feat(github_ip_ranges): support for Web and API IP Ranges

Open Jamian opened this issue 2 years ago • 1 comments

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.

Jamian avatar Jul 15 '22 09:07 Jamian

Hmm, looks like Web doesn't exist on the github.com/google/[email protected] type APIMeta.

kfcampbell avatar Jul 29 '22 22:07 kfcampbell