Skip to content

Commit

Permalink
Correct resource to data in service docs
Browse files Browse the repository at this point in the history
Error was introduced with the data source itself in opsgenie#118
  • Loading branch information
cookiefission committed Jul 20, 2020
1 parent 0f3a72c commit 38ba7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Manages existing Service within Opsgenie.
## Example Usage

```hcl
resource "opsgenie_service" "this" {
data "opsgenie_service" "this" {
name = "Payment"
}
```
Expand Down

0 comments on commit 38ba7b0

Please sign in to comment.