terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

docs: Fix documented block name for ignored collaborator teams

Open tabacco opened this issue 11 months ago • 1 comments

Resolves #2550


Before the change?

  • The documentation for the new block from #2481 incorrectly refers to a block named team_ignore in github_repository_collaborators. This block does not exist and will not validate/plan/apply.

After the change?

  • Corrects the docs to refer to ignore_team which is the correct block name (per https://github.com/integrations/terraform-provider-github/pull/2481/files#diff-11e4fa718ebd1854d0959e550e09079b0e186f501b720a073719605f1550eb38R79)

Pull request checklist

  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [x] Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • [ ] Yes
  • [x] No

tabacco avatar Jan 27 '25 23:01 tabacco

Resolves #2721

deiga avatar Dec 08 '25 23:12 deiga