Skip to content

Instantly share code, notes, and snippets.

@mschirbel
Created May 12, 2019 20:57
Show Gist options
  • Save mschirbel/f30fefca707ea0b9c2ee8a0149e83f98 to your computer and use it in GitHub Desktop.
Save mschirbel/f30fefca707ea0b9c2ee8a0149e83f98 to your computer and use it in GitHub Desktop.
provider "aws" {
access_key = "${var.aws_access_key}"
secret_key = "${var.aws_secret_key}"
region = "${var.aws_region}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment