Instantly share code, notes, and snippets.

Embed
What would you like to do?
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