mentoriaiac / iac-modulo-github

Repositório do módulo terraform para manipulação do github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Name Version
terraform >= 1.0.0

Precisa colocar a variável GITHUB_TOKEN com o token github com permissão de repositório.

A organização precisa ter ao menos um repositório.

Providers

Name Version
github n/a

Modules

No modules.

Resources

Name Type
github_team_membership.team_membership resource
github_team_repository.manage_access_repository resource
github_repositories.repositories data source
github_team.team data source

Inputs

Name Description Type Default Required
organization (Required)This is the target GitHub organization string n/a yes
team_members List of team members list(string) n/a yes
team_name the team's full name string n/a yes

Outputs

No outputs.

Como usar este módulo:

Para saber mais como usar este modulo acesse este documento

About

Repositório do módulo terraform para manipulação do github


Languages

Language:PHP 64.8%Language:HCL 20.6%Language:Makefile 9.9%Language:Shell 4.7%