Skip to content

Commit f81087e

Browse files
authored
Merge pull request #6 from outerbounds/fix-aws-provider-version
Fix aws provider version
2 parents 09049c9 + ccee068 commit f81087e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/datastore/versions.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5+
version = ">= 3.38.0, < 4.0"
56
}
67
random = {
78
source = "hashicorp/random"

0 commit comments

Comments
 (0)