Skip to content

Latest commit

 

History

History

repository-collaborator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

repository-collaborator

Requirements

Name Version
terraform >= 0.12.26
github >= 5.12.0

Providers

Name Version
github >= 5.12.0

Resources

Name Type
github_repository_collaborator.collaborator resource

Inputs

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