Skip to content

Commit 943cc46

Browse files
authored
Update provider.tf
1 parent 0b906dc commit 943cc46

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

provider.tf

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
terraform {
2+
required_providers {
3+
aws = {
4+
source = "hashicorp/aws"
5+
version = "~> 5.0"
6+
}
7+
}
8+
}
9+
10+
111
provider "aws" {
2-
version = "~> 5.0"
312
region = var.region
413
}

0 commit comments

Comments
 (0)