Skip to content

Commit

Permalink
Document newly added data attributes (integrations#857)
Browse files Browse the repository at this point in the history
As of integrations@fc29bdb the `github_ip_ranges` data resource supports `actions` and `dependabot`, but the documentation does not include this, this PR adds them to the docs.
  • Loading branch information
rorymalcolm authored Sep 2, 2021
1 parent 005a007 commit 2012b28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/d/ip_ranges.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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.
* `dependabot` - An array of IP addresses in CIDR format specifying the A records for dependabot.
* `hooks` - An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from.
* `git` - An Array of IP addresses in CIDR format specifying the Git servers.
* `pages` - An Array of IP addresses in CIDR format specifying the A records for GitHub Pages.
Expand Down

0 comments on commit 2012b28

Please sign in to comment.