Skip to content

Commit 983b57b

Browse files
authored
Merge pull request #2426 from OWASP/feature-upgrade-tf-locks-fortesting
update aws version tf provider
2 parents 6fa4e77 + 27c2d64 commit 983b57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 6.28"
7+
version = "~> 6.34"
88
}
99
random = {
1010
source = "hashicorp/random"

0 commit comments

Comments
 (0)