Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.01 KB

File metadata and controls

28 lines (20 loc) · 2.01 KB

team-repository

Requirements

Name Version
terraform >= 0.12.26
github >= 5.12.0

Providers

Name Version
github >= 5.12.0

Resources

Name Type
github_team_repository.team_repository resource

Inputs

Name Description Type Default Required
permission The level of access being granted to the team. One of pull, push, or admin. string n/a yes
repository The name of the repository to which the team is being granted permissions. string n/a yes
team_id The name or identifier of the team being granted permissions. string n/a yes