Skip to content

Instantly share code, notes, and snippets.

@nicusX
Created August 25, 2016 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicusX/4fac3e5df62c6b1f0f33ae18bdf52320 to your computer and use it in GitHub Desktop.
Save nicusX/4fac3e5df62c6b1f0f33ae18bdf52320 to your computer and use it in GitHub Desktop.
resource "aws_key_pair" "default_keypair" {
key_name = "my-keypair"
public_key = "ssh-rsa AA....zzz"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment