Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 16095d8

Browse files
authored
fix: Set the minimal AWS provider to 3.50 (#1937)
1 parent 5efee90 commit 16095d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 3.38"
7+
version = "~> 3.50"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)