Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opszero/terraform-github-mrmgr
https://github.com/opszero/terraform-github-mrmgr
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opszero/terraform-github-mrmgr
- Owner: opszero
- License: other
- Created: 2022-11-14T23:23:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T21:27:54.000Z (about 2 months ago)
- Last Synced: 2024-09-17T02:43:25.954Z (about 2 months ago)
- Language: HCL
- Homepage: https://opszero.com
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Support: SUPPORT
Awesome Lists containing this project
README
# MrMgr (Github)
```
provider "github" {
token = var.token # or `GITHUB_TOKEN`
}module "github" {
source = "github.com/opszero/terraform-github-mrmgr"owner = "opszero"
repos = {
"example" = {
description = "example repo"
visibility = "public"
}
}teams = {
"Biz" = {
team_description = "test team"
privacy = "closed"
users = ["abhiyerra"]
role = ["member"]
team_repos = ["example"]
team_repo_permission = ["push"]
},
"Dev" = {
team_description = "test team"
privacy = "closed"
users = ["abhiyerra"]
role = ["member"]
team_repos = []
team_repo_permission = []
},
"DevOps" = {
team_description = "test team"
privacy = "closed"
users = []
role = []
team_repos = []
team_repo_permission = []
}
}
}```
## Providers| Name | Version |
|------|---------|
| [github](#provider\_github) | n/a |
## Inputs| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [owner](#input\_owner) | n/a | `any` | n/a | yes |
| [repos](#input\_repos) | n/a | `any` | n/a | yes |
| [teams](#input\_teams) | n/a | `any` | n/a | yes |
## Resources| Name | Type |
|------|------|
| [github_repository.repo](https://registry.terraform.io/providers/hashicorp/github/latest/docs/resources/repository) | resource |
## OutputsNo outputs.
# 🚀 Built by opsZero!Since 2016 [opsZero](https://opszero.com) has been providing Kubernetes
expertise to companies of all sizes on any Cloud. With a focus on AI and
Compliance we can say we seen it all whether SOC2, HIPAA, PCI-DSS, ITAR,
FedRAMP, CMMC we have you and your customers covered.We provide support to organizations in the following ways:
- [Modernize or Migrate to Kubernetes](https://opszero.com/solutions/modernization/)
- [Cloud Infrastructure with Kubernetes on AWS, Azure, Google Cloud, or Bare Metal](https://opszero.com/solutions/cloud-infrastructure/)
- [Building AI and Data Pipelines on Kubernetes](https://opszero.com/solutions/ai/)
- [Optimizing Existing Kubernetes Workloads](https://opszero.com/solutions/optimized-workloads/)We do this with a high-touch support model where you:
- Get access to us on Slack, Microsoft Teams or Email
- Get 24/7 coverage of your infrastructure
- Get an accelerated migration to KubernetesPlease [schedule a call](https://calendly.com/opszero-llc/discovery) if you need support.