Skip to content

Instantly share code, notes, and snippets.

@jeromedecoster
Created October 20, 2022 10:31
Show Gist options
  • Save jeromedecoster/889e3aa1f5303aaa20e9e6585b18c7e7 to your computer and use it in GitHub Desktop.
Save jeromedecoster/889e3aa1f5303aaa20e9e6585b18c7e7 to your computer and use it in GitHub Desktop.
resource "github_user_ssh_key" "ssh_key" {
title = var.project_name
key = tls_private_key.private_key.public_key_openssh
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment