-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Description
Describe the need
I would like to be able to provision org into my emu using TF. Something similar to the following:
data "github_enterprise" "myemu" {
slug = "myemu"
}
resource "github_enterprise_organization" "iac-test" {
enterprise_id = data.github_enterprise.myemu.id
name = "myemu-iac-test"
description = "testing creating orgs with TF"
admin_logins = ["foo_myemu", "bar_myemu"]
billing_email = "admin@example.com
}
SDK Version
No response
API Version
No response
Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Type
Projects
Status
✅ Done