Skip to content

Latest commit

 

History

History

org-organization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

org-organization

This module creates following resources.

  • github_membership (optional)
  • github_organization_block (optional)

Requirements

Name Version
terraform >= 1.8
github >= 5.8

Providers

Name Version
github 6.2.2

Modules

No modules.

Resources

Name Type
github_membership.this resource
github_organization_block.this resource
github_organization.after data source
github_organization.this data source

Inputs

Name Description Type Default Required
name (Required) The name of the organization. string n/a yes
blocked_users (Optional) A list of usernames to block from organization. set(string) [] no
members (Optional) A list of usernames to add users as member role. When applied, an invitation will be sent to the user to become a member of the organization. set(string) [] no
owners (Optional) A list of usernames to add users as admin role. When applied, an invitation will be sent to the user to become an owner of the organization. set(string) [] no

Outputs

Name Description
all_members A list of all members of the organization.
blocked_users A list of blocked usernames from organization.
description The description of the organization.
display_name The display name of the organization.
id The ID of the organization.
members A list of the members of the organization.
name The name of the organization.
owners A list of the owners of the organization.
plan The billing plan of the organization.
repositories A list of the repositories of the organization.