Skip to content

[FEAT]: Support provisioning organizations into an enterprise. #1477

@scottwis

Description

@scottwis

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

No one assigned

    Labels

    Status: TriageThis is being looked at and prioritizedType: FeatureNew feature or request

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions