Skip to content

Instantly share code, notes, and snippets.

@BacancyPratik
Created January 1, 2020 15:10
Show Gist options
  • Save BacancyPratik/6219939beedbd244cbd5fccceba736a2 to your computer and use it in GitHub Desktop.
Save BacancyPratik/6219939beedbd244cbd5fccceba736a2 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