Skip to content

Commit 974b954

Browse files
Create provider.tf
1 parent 8a1f183 commit 974b954

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
provider "aws" {
2+
region = "Enter_Region"
3+
access_key = "Enter_Access_Key"
4+
secret_key = "Enter_Secret_Key"
5+
}

0 commit comments

Comments
 (0)