iam

hadenlabs/iam/github

Terraform Module HCL GITHUB

github iam for terraform

Install
module "iam" {
source = "hadenlabs/iam/github"
version = "0.2.1"
}
plain text: /constructs/tfmod-hadenlabs-iam-github/install.txt
⭐ Source on GitHub 📦 Registry page
README

![Latest Release](https://github.com/hadenlabs/terraform-github-iam/releases) ![Lint](https://github.com/hadenlabs/terraform-github-iam/actions?workflow=lint-code) ![CI](https://github.com/hadenlabs/terraform-github-iam/actions?workflow=ci) ![Test](https://github.com/hadenlabs/terraform-github-iam/actions?workflow=test) ![pre-commit](https://github.com/pre-commit/pre-commit) ![Conventional Commits](https://conventionalcommits.org) ![KeepAChangelog](https://keepachangelog.com) terraform-github-iam Terraform module to provision an github iam. Requirements This is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration: - Pyenv - Docker - python - taskfile Usage ``hcl module "main" { source = "hadenlabs/iam/github" version = "0.2.1" providers = {

Inputs (4)
NameTypeDescriptionDefault
teamobject({ name = strThis team to create required
maintainerslist(string)This members role maintainers[]
memberslist(string)This members role member[]
permissionslist(object({ repository =Add permissions of repository for team[]
Outputs (4)
maintainers — instance of maintainers of team github
team_members — instance of members for team github
team — instance of team
members — instance of members of team github
Resources (3)
github_teamgithub_team_membershipgithub_team_repository
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.1
Cloud GITHUB
★ Stars3
Forks3
Total downloads893
Inputs4
Outputs4
Resources3
Examples1
LicenseLGPL-3.0
Namespacehadenlabs
Updated