Skip to content

Commit d66526b

Browse files
chore(deps): Update Terraform aws to v3
1 parent 357f198 commit d66526b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf-providers-version/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = ">= 2.0, < 3"
5+
version = "< 4"
66
}
77
random = {
88
source = "hashicorp/random"

0 commit comments

Comments
 (0)