Skip to content

Commit 924020c

Browse files
Create provider.tf
1 parent 4890034 commit 924020c

File tree

1 file changed

+5
-0
lines changed
  • beginners/aws/modules/API_Gateway & CloudWatch

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)