Make and populate github teams with users.
It's 100% Open Source and licensed under the APACHE2.
This module creat, manages and populates the Github team.
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
}
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 |
For additional context, refer to some of these links.
- Wikipedia - Test Harness - The
build-harness
is similar in concept to a "Test Harness"
Got a question?
File a GitHub issue.
Please use the issue tracker to report any bugs or file feature requests.
Copyright © 2019-2019 Slalom, LLC
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.
James Woolfenden |
---|