Skip to content
New issue

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 #4

Closed
mootpt opened this issue Jun 12, 2017 · 1 comment

Comments

@mootpt
Copy link

mootpt commented Jun 12, 2017

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

@stack72
Copy link
Contributor

stack72 commented Jun 17, 2017

Closed via #2

@stack72 stack72 closed this as completed Jun 17, 2017
jsifuentes added a commit to jsifuentes/terraform-provider-github that referenced this issue Jul 9, 2023
…nal-identities

Feat/add saml external identities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants