Created
August 25, 2016 09:24
-
-
Save nicusX/4fac3e5df62c6b1f0f33ae18bdf52320 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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