Skip to content

Commit 119499c

Browse files
Create provider.tf
1 parent ec609af commit 119499c

File tree

1 file changed

+5
-0
lines changed
  • beginners/aws/modules/application_load_balancer

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)