Skip to content

Commit 20d2323

Browse files
committed
upgraded tf version
1 parent 1bee659 commit 20d2323

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

terraform.tf

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
terraform {
2-
required_version = ">= 0.13.5"
3-
42
required_providers {
5-
archive = {
6-
source = "hashicorp/archive"
7-
}
83
aws = {
9-
source = "hashicorp/aws"
4+
source = "hashicorp/aws"
5+
version = "4.67.0"
106
}
117
}
12-
}
8+
}

0 commit comments

Comments
 (0)