Skip to content

Commit b56636f

Browse files
Create terraform.tf
1 parent 3a6482f commit b56636f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

terraform.tf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
terraform {
2+
required_providers {
3+
aws = {
4+
source = "hashicorp/aws"
5+
version = "5.65.0"
6+
}
7+
}
8+
}
9+
10+
provider "aws" {
11+
region = var.aws_region
12+
}

0 commit comments

Comments
 (0)