Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@himlohiya
Created November 30, 2018 15:23
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 himlohiya/a297ff95fb3e8e7ca889132b4b70df69 to your computer and use it in GitHub Desktop.
Save himlohiya/a297ff95fb3e8e7ca889132b4b70df69 to your computer and use it in GitHub Desktop.
resource "aws_key_pair" "mykeypair" {
key_name = "mykeypair"
public_key = "${file("${var.PATH_TO_PUBLIC_KEY}")}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment