We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GPG and SSH key to GitHub user data source and members to GitHub team data source:
data "github_user" "mootpt" { username = "mootpt" } data "github_team" "foo" { slug = "foo" } output "mootpt-gpg" { value = "${data.github_user.mootpt.gpg_keys}" } output "mootpt-ssh" { value = "${data.github_user.mootpt.ssh_keys}" } output "foo-members" { value = "${data.github_team.foo.members}" }
Added in https://github.com/terraform-providers/terraform-provider-github/pull/2
The text was updated successfully, but these errors were encountered:
Closed via #2
Sorry, something went wrong.
Merge pull request integrations#4 from Skillshare/feat/add-saml-exter…
0520ede
…nal-identities Feat/add saml external identities
No branches or pull requests
Add GPG and SSH key to GitHub user data source and members to GitHub team data source:
Added in https://github.com/terraform-providers/terraform-provider-github/pull/2
The text was updated successfully, but these errors were encountered: