diff --git a/website/docs/d/group.html.markdown b/website/docs/d/group.html.markdown index 4ba8f96e..e4b1eff3 100644 --- a/website/docs/d/group.html.markdown +++ b/website/docs/d/group.html.markdown @@ -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" } ```