Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
[fix] Rename required argument from label to name in okta_group datas…
Browse files Browse the repository at this point in the history
…ource
  • Loading branch information
Ivan Sukhomlyn committed Nov 11, 2019
1 parent 361b7fb commit 496533e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use this data source to retrieve a group from Okta.

```hcl
data "okta_group" "example" {
label = "Example App"
name = "Example App"
}
```

Expand Down

0 comments on commit 496533e

Please # to comment.