Skip to content

Instantly share code, notes, and snippets.

View alisdair's full-sized avatar

Alisdair McDiarmid alisdair

  • Vancouver, BC
  • 12:04 (UTC -08:00)
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"