There was an error while loading. Please reload this page.
1 parent 4890034 commit 924020cCopy full SHA for 924020c
beginners/aws/modules/API_Gateway & CloudWatch/provider.tf
@@ -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