terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

[FEAT]: Add more output to `github_app` datasource

Open choffa opened this issue 2 months ago • 2 comments

Describe the need

I would like to add id to the output of the github_app. This is for example used in the github_repository_ruleset resource when defining bypass_actors.

SDK Version

No response

API Version

No response

Relevant log output


Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

choffa avatar Oct 27 '25 12:10 choffa

Hi @choffa

Thank you for contributing!

Which id are you referring to here? The return values already contain id which is the app_id and it can be used for references in bypass_actors

deiga avatar Nov 26 '25 12:11 deiga

Hello, I can confirm that it works well, but it is not written in the documentation. https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/app

nico34638 avatar Dec 03 '25 17:12 nico34638