Skip to content

Commit

Permalink
chore(docs): Update documentation for d/github_ip_ranges (integration…
Browse files Browse the repository at this point in the history
…s#895)

Follow up on the PR (integrations#884) that introduced the *_ipv4/*_ipv6 attributes.
  • Loading branch information
jphuynh authored Sep 10, 2021
1 parent 36ffcd0 commit 3242bf1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/docs/d/ip_ranges.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,20 @@ data "github_ip_ranges" "test" {}
## Attributes Reference

* `actions` - An array of IP addresses in CIDR format specifying the addresses that incoming requests from GitHub actions will originate from.
* `actions_ipv4` - A subset of the `actions` array that contains IP addresses in IPv4 CIDR format.
* `actions_ipv6` - A subset of the `actions` array that contains IP addresses in IPv6 CIDR format.
* `dependabot` - An array of IP addresses in CIDR format specifying the A records for dependabot.
* `dependabot_ipv4` - A subset of the `dependabot` array that contains IP addresses in IPv4 CIDR format.
* `dependabot_ipv6` - A subset of the `dependabot` array that contains IP addresses in IPv6 CIDR format.
* `hooks` - An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from.
* `hooks_ipv4` - A subset of the `hooks` array that contains IP addresses in IPv4 CIDR format.
* `hooks_ipv6` - A subset of the `hooks` array that contains IP addresses in IPv6 CIDR format.
* `git` - An Array of IP addresses in CIDR format specifying the Git servers.
* `git_ipv4` - A subset of the `git` array that contains IP addresses in IPv4 CIDR format.
* `git_ipv6` - A subset of the `git` array that contains IP addresses in IPv6 CIDR format.
* `pages` - An Array of IP addresses in CIDR format specifying the A records for GitHub Pages.
* `pages_ipv4` - A subset of the `pages` array that contains IP addresses in IPv4 CIDR format.
* `pages_ipv6` - A subset of the `pages` array that contains IP addresses in IPv6 CIDR format.
* `importer` - An Array of IP addresses in CIDR format specifying the A records for GitHub Importer.
* `importer_ipv4` - A subset of the `importer` array that contains IP addresses in IPv4 CIDR format.
* `importer_ipv6` - A subset of the `importer` array that contains IP addresses in IPv6 CIDR format.

0 comments on commit 3242bf1

Please sign in to comment.