Expected Behavior
When querying the github_organization_teams data source I'd expect the parent.id to correctly return the team ID. Idiomatically I'd expect it to have a parent_id attribute.
Actual Behavior
It looks like the parent.id attribute is being populated by the node ID due to this data source being implemented on the GraphQL API.
Terraform Version
n/a
Affected Resource(s)
data.github_organization_teams
Terraform Configuration Files
No response
Steps to Reproduce
No response
Debug Output
No response
Panic Output
No response
Code of Conduct
Expected Behavior
When querying the
github_organization_teamsdata source I'd expect theparent.idto correctly return the team ID. Idiomatically I'd expect it to have aparent_idattribute.Actual Behavior
It looks like the
parent.idattribute is being populated by the node ID due to this data source being implemented on the GraphQL API.Terraform Version
n/a
Affected Resource(s)
data.github_organization_teamsTerraform Configuration Files
No response
Steps to Reproduce
No response
Debug Output
No response
Panic Output
No response
Code of Conduct