Skip to content

Latest commit

 

History

History

enterprise-organization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

enterprise-organization

This module creates following resources.

  • github_membership (optional)
  • github_organization_block (optional)

Requirements

Name Version
terraform >= 1.9
github >= 6.2

Providers

Name Version
github 6.2.1

Modules

No modules.

Resources

Name Type
github_enterprise_organization.this resource
github_enterprise.this data source

Inputs

Name Description Type Default Required
billing_email (Required) The billing email address. string n/a yes
enterprise (Required) The name (slug) of the enterprise. string n/a yes
name (Required) The name of the organization. string n/a yes
description (Optional) The description of the organization. string "Managed by Terraform." no
display_name (Optional) The display name of the organization. If not set, the name will be used as the display_name. string "" no
owners (Optional) A list of usernames to add users as owner role. set(string) [] no

Outputs

Name Description
billing_email The billing email address.
database_id The database ID of the organization.
description The description of the organization.
display_name The display name of the organization.
enterprise The information of the enterprise which the organization belongs to.
id The ID of the organization.
name The name of the organization.
owners A list of organization owner usernames.