There was an error while loading. Please reload this page.
1 parent 8a1f183 commit 974b954Copy full SHA for 974b954
beginners/aws/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