Giter Site home page Giter Site logo

achimgrolimund / github-organization Goto Github PK

View Code? Open in Web Editor NEW

This project forked from workloads/github-organization

0.0 0.0 0.0 101 KB

Terraform-managed GitHub resources.

Home Page: https://app.terraform.io/app/workloads/workspaces/repositories

License: Apache License 2.0

HCL 100.00%

github-organization's Introduction

Terraform Cloud Workspace: repositories

This directory manages the lifecycle of the GitHub Configuration for @workloads.

Table of Contents

Inputs

Name Description Type Required
github_owner This is the target GitHub organization or individual user account to manage. string yes
github_token A GitHub OAuth / Personal Access Token. string yes
github_organization_email E-mail address to use for GitHub Organization. string no
organization_members User Names of GitHub Organization Members. list(string) no
organization_owners User Names of GitHub Organization Owners. list(string) no
repositories List of GitHub Repositories.
list(object({
name = string
description = string
homepage_url = string
visibility = string
topics = list(string)
has_issues = bool # TODO: mark as optional when 1.3.0 is out
has_wiki = bool # TODO: mark as optional when 1.3.0 is out
allow_merge_commit = bool
allow_rebase_merge = bool
delete_branch_on_merge = bool
}))
no
special_repositories List of non-Terraform-based GitHub Repositories.
list(object({
name = string
description = string
homepage_url = string
visibility = string
topics = list(string)
has_issues = bool # TODO: mark as optional when 1.3.0 is out
has_wiki = bool # TODO: mark as optional when 1.3.0 is out
allow_merge_commit = bool
allow_rebase_merge = bool
delete_branch_on_merge = bool
}))
no
terraform_repositories List of GitHub Repositories.
list(object({
name = string
description = string
homepage_url = string
visibility = string
topics = list(string)
has_issues = bool # TODO: mark as optional when 1.3.0 is out
has_wiki = bool # TODO: mark as optional when 1.3.0 is out
allow_merge_commit = bool
allow_rebase_merge = bool
delete_branch_on_merge = bool
}))
no

Outputs

Name Description
github_repository_slugs GitHub repository slugs.
github_urls GitHub URLs.
nomad_pack_registry_commands Nomad Pack CLI Commands for Registry operations
workspace_url Terraform Cloud Workspace URL.

Author Information

This module is maintained by the contributors listed on GitHub.

License

Licensed under the Apache License, Version 2.0 (the "License").

You may obtain a copy of the License at 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.

github-organization's People

Contributors

github-actions[bot] avatar ksatirli avatar workloads-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.