Skip to content

Commit ff54c61

Browse files
authored
docs: reformat github_ip_ranges for clarity (#928)
At the moment, the way these bullet points are structured leads me to believe that the `*_ipv4` and `*_ipv6` values are nested in the top-level values. Remove the indent for clarity.
1 parent 552f225 commit ff54c61

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

website/docs/d/ip_ranges.html.markdown

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ data "github_ip_ranges" "test" {}
1818
## Attributes Reference
1919

2020
* `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.
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.
2323
* `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.
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.
2626
* `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.
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.
2929
* `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.
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.
3232
* `pages` - An Array of IP addresses in CIDR format specifying the A records for GitHub Pages.
33-
* `pages_ipv4` - A subset of the `pages` array that contains IP addresses in IPv4 CIDR format.
34-
* `pages_ipv6` - A subset of the `pages` array that contains IP addresses in IPv6 CIDR format.
33+
* `pages_ipv4` - A subset of the `pages` array that contains IP addresses in IPv4 CIDR format.
34+
* `pages_ipv6` - A subset of the `pages` array that contains IP addresses in IPv6 CIDR format.
3535
* `importer` - An Array of IP addresses in CIDR format specifying the A records for GitHub Importer.
36-
* `importer_ipv4` - A subset of the `importer` array that contains IP addresses in IPv4 CIDR format.
37-
* `importer_ipv6` - A subset of the `importer` array that contains IP addresses in IPv6 CIDR format.
36+
* `importer_ipv4` - A subset of the `importer` array that contains IP addresses in IPv4 CIDR format.
37+
* `importer_ipv6` - A subset of the `importer` array that contains IP addresses in IPv6 CIDR format.

0 commit comments

Comments
 (0)