From 9389fb0bcd671618388f0c0da5a9fd1c78f39fa1 Mon Sep 17 00:00:00 2001 From: shnigam2 <75428408+shnigam2@users.noreply.github.com> Date: Mon, 20 Sep 2021 11:56:49 +0530 Subject: [PATCH] Add files via upload --- provider.tf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 provider.tf diff --git a/provider.tf b/provider.tf new file mode 100644 index 0000000..886dc15 --- /dev/null +++ b/provider.tf @@ -0,0 +1,5 @@ +provider "aws" { + region = "region which you want" + access_key = "PUT-YOUR-ACCESS-KEY-HERE" + secret_key = "PUT-YOUR-SECRET-KEY-HERE" +}