Skip to content

Instantly share code, notes, and snippets.

@pikeas
Created June 28, 2015 23:39
Show Gist options
  • Save pikeas/c053ba0f1d56530e1e1f to your computer and use it in GitHub Desktop.
Save pikeas/c053ba0f1d56530e1e1f to your computer and use it in GitHub Desktop.
provider "aws" {
access_key = "${var.access_key}"
secret_key = "${var.secret_key}"
region = "us-east-1"
}
variable "access_key" {}
variable "secret_key" {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment