Skip to content

Instantly share code, notes, and snippets.

@welsayedaly
Last active November 10, 2021 10:33
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 welsayedaly/f2f49137ef9aa6da318b70e015f53bae to your computer and use it in GitHub Desktop.
Save welsayedaly/f2f49137ef9aa6da318b70e015f53bae to your computer and use it in GitHub Desktop.
resource "aws_key_pair" "deployer" {
key_name = "ec2-deployer-key-pair"
public_key = "your public_key look like that ssh-rsa AAAAB3N…”
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment