Skip to content

Latest commit

 

History

History
107 lines (73 loc) · 4.58 KB

README.md

File metadata and controls

107 lines (73 loc) · 4.58 KB

Slalom

terraform-github-team Build Status Latest Release

Make and populate github teams with users.


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

Introduction

This module creat, manages and populates the Github team.

Usage

How to use the module: Add a module.github.tf with:

module github {
   source="../terraform-github-team"
   common_tags     = var.common_tags
   team_name       = var.team_name
   team_description= var.team_description
   team_privacy    = var.team_privacy
   users           = var.users
}

Inputs

Name Description Type Default Required
common_tags This is to help you add tags to your cloud objects map - yes
team_description Description for Github team string - yes
team_name Team name string - yes
team_privacy Github team privacy string - yes
users List of Users list - yes

References

For additional context, refer to some of these links.

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-2019 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