You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"github_repository_collaborator" {
source="./modules/github/r/github_repository_collaborator"# permission - (optional) is a type of stringpermission=null# permission_diff_suppression - (optional) is a type of boolpermission_diff_suppression=null# repository - (required) is a type of stringrepository=null# username - (required) is a type of stringusername=null
}
resource"github_repository_collaborator""this" {
# permission - (optional) is a type of stringpermission=var.permission# permission_diff_suppression - (optional) is a type of boolpermission_diff_suppression=var.permission_diff_suppression# repository - (required) is a type of stringrepository=var.repository# username - (required) is a type of stringusername=var.username
}