Skip to content

Commit

Permalink
Update team.html.markdown (#962)
Browse files Browse the repository at this point in the history
The default value for `create_default_maintainer` is `false`: https://github.com/integrations/terraform-provider-github/blob/e9de2388a60fa8c1f4f0ac29a09e3e8e54012f92/github/resource_github_team.go#L54-L57

This edit corrects the documentation to accurately reflect the code.
  • Loading branch information
jobimrobinsantos-drizly authored Nov 30, 2021
1 parent 3f9a78e commit 363d456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/team.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following arguments are supported:
Defaults to `secret`.
* `parent_team_id` - (Optional) The ID of the parent team, if this is a nested team.
* `ldap_dn` - (Optional) The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server.
* `create_default_maintainer` - (Optional) Adds a default maintainer to the team. Defaults to `true` and removes the default maintaner when `false`.
* `create_default_maintainer` - (Optional) Adds a default maintainer to the team. Defaults to `false` and adds the creating user to the team when `true`.

## Attributes Reference

Expand Down

0 comments on commit 363d456

Please sign in to comment.