Skip to content

Instantly share code, notes, and snippets.

@himlohiya
Last active November 30, 2018 15:26
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 himlohiya/0a7a45ac66f191e0db7edcbb92c33a16 to your computer and use it in GitHub Desktop.
Save himlohiya/0a7a45ac66f191e0db7edcbb92c33a16 to your computer and use it in GitHub Desktop.
provider "aws" {
region = "${var.AWS_REGION}"
access_key = "${var.AWS_ACCESS_KEY}"
secret_key = "${var.AWS_SECRET_KEY}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment