Skip to content

Commit 203e8c5

Browse files
authored
Add files via upload
Changed the hashicorp version for aws from 4.23 to 5.0.0
1 parent ddb9dc2 commit 203e8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = ">= 4.23"
6+
version = ">= 5.0.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)