There was an error while loading. Please reload this page.
1 parent ec609af commit 119499cCopy full SHA for 119499c
beginners/aws/modules/application_load_balancer/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