Skip to content

Commit 718c5bd

Browse files
committed
Update docks for packages IP ranges in github_ip_ranges
1 parent 9473c3e commit 718c5bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docs/d/ip_ranges.html.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ data "github_ip_ranges" "test" {}
3535
* `api` - An Array of IP addresses in CIDR format for the GitHub API.
3636
* `api_ipv4` - A subset of the `api` array that contains IP addresses in IPv4 CIDR format.
3737
* `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.
3841
* `pages` - An Array of IP addresses in CIDR format specifying the A records for GitHub Pages.
3942
* `pages_ipv4` - A subset of the `pages` array that contains IP addresses in IPv4 CIDR format.
4043
* `pages_ipv6` - A subset of the `pages` array that contains IP addresses in IPv6 CIDR format.

0 commit comments

Comments
 (0)