Skip to content

Instantly share code, notes, and snippets.

@elliotforbes
Created June 18, 2018 18:55
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 elliotforbes/48c4e7ea3ae5201716e41bcd6706ff27 to your computer and use it in GitHub Desktop.
Save elliotforbes/48c4e7ea3ae5201716e41bcd6706ff27 to your computer and use it in GitHub Desktop.
provider "aws" {
access_key = "xxx"
secret_key = "xxxxx"
region = "us-east-1"
}
resource "aws_instance" "example" {
ami = "ami-2757f631"
instance_type = "t2.micro"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment