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

Closed
hashibot opened this issue Jun 13, 2017 · 2 comments
Closed

Add GPG and SSH key to GitHub user data source #15

hashibot opened this issue Jun 13, 2017 · 2 comments

Comments

@hashibot
Copy link

This issue was originally opened by @mootpt as hashicorp/terraform#15211. It was migrated here as part of the provider split. The original body of the issue is below.


Add GPG and SSH key to GitHub user data source:

data "github_user" "mootpt" {
  username = "mootpt"
}

output "mootpt-gpg" {
  value = "${data.github_user.mootpt.gpg_key}"
}

output "mootpt-ssh" {
  value = "${data.github_user.mootpt.ssh_key}"
}
@grv87
Copy link

grv87 commented Jun 14, 2017

Duplicate of #4

@stack72
Copy link
Contributor

stack72 commented Jun 17, 2017

Closed via #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants