Skip to content

Instantly share code, notes, and snippets.

View alisdair's full-sized avatar
🏋️‍♂️
I'm probably snatching right now

Alisdair McDiarmid alisdair

🏋️‍♂️
I'm probably snatching right now
View GitHub Profile
provider "aws" {
region = "us-east-1"
}
variable "rsa_public_key_file" {
type = string
}
resource "aws_key_pair" "key" {
key_name = "terraform-test"