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 = []
}
}
}
Name | Version |
---|---|
github | n/a |
Name | Description | Type | Default | Required |
---|---|---|---|---|
owner | n/a | any |
n/a | yes |
repos | n/a | any |
n/a | yes |
teams | n/a | any |
n/a | yes |
Name | Type |
---|---|
github_repository.repo | resource |
No outputs.
Since 2016 opsZero 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
- Cloud Infrastructure with Kubernetes on AWS, Azure, Google Cloud, or Bare Metal
- Building AI and Data Pipelines on Kubernetes
- Optimizing Existing Kubernetes 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 Kubernetes
Please schedule a call if you need support.