You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(ip_ranges): document new fields and deprecate dependabot
Add documentation for actions_macos and github_enterprise_importer
IP range fields. Mark dependabot fields as deprecated since Dependabot
now uses GitHub Actions IP addresses.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/d/ip_ranges.html.markdown
+33-27Lines changed: 33 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,30 +17,36 @@ data "github_ip_ranges" "test" {}
17
17
18
18
## Attributes Reference
19
19
20
-
*`actions` - An array of IP addresses in CIDR format specifying the addresses that incoming requests from GitHub actions will originate from.
21
-
*`actions_ipv4` - A subset of the `actions` array that contains IP addresses in IPv4 CIDR format.
22
-
*`actions_ipv6` - A subset of the `actions` array that contains IP addresses in IPv6 CIDR format.
23
-
*`dependabot` - An array of IP addresses in CIDR format specifying the A records for dependabot.
24
-
*`dependabot_ipv4` - A subset of the `dependabot` array that contains IP addresses in IPv4 CIDR format.
25
-
*`dependabot_ipv6` - A subset of the `dependabot` array that contains IP addresses in IPv6 CIDR format.
26
-
*`hooks` - An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from.
27
-
*`hooks_ipv4` - A subset of the `hooks` array that contains IP addresses in IPv4 CIDR format.
28
-
*`hooks_ipv6` - A subset of the `hooks` array that contains IP addresses in IPv6 CIDR format.
29
-
*`git` - An Array of IP addresses in CIDR format specifying the Git servers.
30
-
*`git_ipv4` - A subset of the `git` array that contains IP addresses in IPv4 CIDR format.
31
-
*`git_ipv6` - A subset of the `git` array that contains IP addresses in IPv6 CIDR format.
32
-
*`web` - An Array of IP addresses in CIDR format for GitHub Web.
33
-
*`web_ipv4` - A subset of the `web` array that contains IP addresses in IPv4 CIDR format.
34
-
*`web_ipv6` - A subset of the `web` array that contains IP addresses in IPv6 CIDR format.
35
-
*`api` - An Array of IP addresses in CIDR format for the GitHub API.
36
-
*`api_ipv4` - A subset of the `api` array that contains IP addresses in IPv4 CIDR format.
37
-
*`api_ipv6` - A subset of the `api` array that contains IP addresses in IPv6 CIDR format.
38
-
*`packages` - An Array of IP addresses in CIDR format specifying the A records for GitHub Packages.
39
-
*`packages_ipv4` - A subset of the `packages` array that contains IP addresses in IPv4 CIDR format.
40
-
*`packages_ipv6` - A subset of the `packages` array that contains IP addresses in IPv6 CIDR format.
41
-
*`pages` - An Array of IP addresses in CIDR format specifying the A records for GitHub Pages.
42
-
*`pages_ipv4` - A subset of the `pages` array that contains IP addresses in IPv4 CIDR format.
43
-
*`pages_ipv6` - A subset of the `pages` array that contains IP addresses in IPv6 CIDR format.
44
-
*`importer` - An Array of IP addresses in CIDR format specifying the A records for GitHub Importer.
45
-
*`importer_ipv4` - A subset of the `importer` array that contains IP addresses in IPv4 CIDR format.
46
-
*`importer_ipv6` - A subset of the `importer` array that contains IP addresses in IPv6 CIDR format.
20
+
-`actions` - An array of IP addresses in CIDR format specifying the addresses that incoming requests from GitHub Actions will originate from.
21
+
-`actions_ipv4` - A subset of the `actions` array that contains IP addresses in IPv4 CIDR format.
22
+
-`actions_ipv6` - A subset of the `actions` array that contains IP addresses in IPv6 CIDR format.
23
+
-`actions_macos` - An array of IP addresses in CIDR format specifying the addresses that GitHub Actions macOS runners will originate from.
24
+
-`actions_macos_ipv4` - A subset of the `actions_macos` array that contains IP addresses in IPv4 CIDR format.
25
+
-`actions_macos_ipv6` - A subset of the `actions_macos` array that contains IP addresses in IPv6 CIDR format.
26
+
-`dependabot` - **Deprecated.** Dependabot now uses GitHub Actions IP addresses. An array of IP addresses in CIDR format specifying the A records for Dependabot.
27
+
-`dependabot_ipv4` - **Deprecated.** A subset of the `dependabot` array that contains IP addresses in IPv4 CIDR format.
28
+
-`dependabot_ipv6` - **Deprecated.** A subset of the `dependabot` array that contains IP addresses in IPv6 CIDR format.
29
+
-`github_enterprise_importer` - An array of IP addresses in CIDR format specifying the addresses that GitHub Enterprise Importer will originate from.
30
+
-`github_enterprise_importer_ipv4` - A subset of the `github_enterprise_importer` array that contains IP addresses in IPv4 CIDR format.
31
+
-`github_enterprise_importer_ipv6` - A subset of the `github_enterprise_importer` array that contains IP addresses in IPv6 CIDR format.
32
+
-`hooks` - An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from.
33
+
-`hooks_ipv4` - A subset of the `hooks` array that contains IP addresses in IPv4 CIDR format.
34
+
-`hooks_ipv6` - A subset of the `hooks` array that contains IP addresses in IPv6 CIDR format.
35
+
-`git` - An Array of IP addresses in CIDR format specifying the Git servers.
36
+
-`git_ipv4` - A subset of the `git` array that contains IP addresses in IPv4 CIDR format.
37
+
-`git_ipv6` - A subset of the `git` array that contains IP addresses in IPv6 CIDR format.
38
+
-`web` - An Array of IP addresses in CIDR format for GitHub Web.
39
+
-`web_ipv4` - A subset of the `web` array that contains IP addresses in IPv4 CIDR format.
40
+
-`web_ipv6` - A subset of the `web` array that contains IP addresses in IPv6 CIDR format.
41
+
-`api` - An Array of IP addresses in CIDR format for the GitHub API.
42
+
-`api_ipv4` - A subset of the `api` array that contains IP addresses in IPv4 CIDR format.
43
+
-`api_ipv6` - A subset of the `api` array that contains IP addresses in IPv6 CIDR format.
44
+
-`packages` - An Array of IP addresses in CIDR format specifying the A records for GitHub Packages.
45
+
-`packages_ipv4` - A subset of the `packages` array that contains IP addresses in IPv4 CIDR format.
46
+
-`packages_ipv6` - A subset of the `packages` array that contains IP addresses in IPv6 CIDR format.
47
+
-`pages` - An Array of IP addresses in CIDR format specifying the A records for GitHub Pages.
48
+
-`pages_ipv4` - A subset of the `pages` array that contains IP addresses in IPv4 CIDR format.
49
+
-`pages_ipv6` - A subset of the `pages` array that contains IP addresses in IPv6 CIDR format.
50
+
-`importer` - An Array of IP addresses in CIDR format specifying the A records for GitHub Importer.
51
+
-`importer_ipv4` - A subset of the `importer` array that contains IP addresses in IPv4 CIDR format.
52
+
-`importer_ipv6` - A subset of the `importer` array that contains IP addresses in IPv6 CIDR format.
0 commit comments