Skip to content

Commit 733a955

Browse files
authored
Update versions.tf
Update aws provider version to v5 and terraform required version to 1.6.2
1 parent c342c93 commit 733a955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
terraform {
2-
required_version = ">= 0.14.0"
2+
required_version = ">= 1.6.2"
33

44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 4.0"
7+
version = "~> 5.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)