Skip to content

Commit

Permalink
Merge pull request #239 from nathanielks/docs-default-global
Browse files Browse the repository at this point in the history
Add example of referencing the Default Global Ruleset
  • Loading branch information
Scott McAllister authored Jun 9, 2020
2 parents 6fac4aa + 5c8f6c0 commit 158f3f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/d/ruleset.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ resource "pagerduty_ruleset_rule" "foo" {
}
```

### Default Global Ruleset

```hcl
data "pagerduty_ruleset" "default_global" {
name = "Default Global"
}
```

## Argument Reference

The following arguments are supported:
Expand Down

0 comments on commit 158f3f4

Please sign in to comment.