/terraform-github-teamrepository

Creates Github repositories for a team in an organisation

Primary LanguageHCL

Slalom

terraform-github-teamrepository

Build Status Latest Release pre-commit pre-commit

Make and populate Github repositories.


It's 100% Open Source and licensed under the APACHE2.

Introduction

A basic module to create a github repo.

Usage

How to use the module, add module.github.tf to you code:

module github {
  source          = "../../"
  repository      = var.repository
  team_permission = var.team_permission
  team_name       = var.team_name
}

Quick Start

Here's how to get started...

Inputs

Name Description Type Default Required
description - string - yes
has_downloads - string - yes
has_issues - string - yes
has_wiki - string - yes
name - string - yes
private - string - yes
team_name - string - yes
team_permission - string - yes
required_status_checks_context - list(string) [] no

Help

Got a question?

File a GitHub issue.

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Copyrights

Copyright © 2019-2020 Slalom, LLC

License

License

See LICENSE for full details.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contributors

James Woolfenden
James Woolfenden