This module creates following resources.
github_membership
(optional)
github_organization_block
(optional)
No modules.
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 |
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. |