Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created February 26, 2019 16:50
Show Gist options
  • Select an option

  • Save 100daysofdevops/55f2c1107701f4677d5960452c12726e to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/55f2c1107701f4677d5960452c12726e to your computer and use it in GitHub Desktop.
resource "aws_key_pair" "mytest-key" {
key_name = "my-test-terraform-key"
public_key = "${file(var.my_public_key)}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment