-
Notifications
You must be signed in to change notification settings - Fork 892
Open
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: BugSomething isn't working as documentedSomething isn't working as documented
Description
Expected Behavior
resource "github_enterprise_organization" "org" {
enterprise_id = data.github_enterprise.mine.id
name = "orgname"
display_name = "orgname"
description = "orgdesc"
admin_logins = [
"myuser",
]
}should work
Actual Behavior
resource "github_enterprise_organization" "org" {
enterprise_id = data.github_enterprise.mine.id
name = "orgname"
display_name = "orgname"
description = "orgdesc"
billing_email = "[email protected]"
admin_logins = [
"myuser",
]
}is required, despite billing emails not being configurable in github web. this applies at least to EMU orgs on github.com. the provided value seems to be effectively ignored.
Terraform Version
``OpenTofu v1.10.7
on darwin_arm64
- provider registry.opentofu.org/integrations/github v6.7.5
Affected Resource(s)
- github_enterprise_organization
Terraform Configuration Files
Steps to Reproduce
$ tofu apply
Debug Output
Panic Output
Code of Conduct
- I agree to follow this project's Code of Conduct
Related
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: BugSomething isn't working as documentedSomething isn't working as documented
Type
Projects
Status
Backlog