Skip to content

Commit 07de45a

Browse files
authored
fix: restrict aws provider to <4 for this major branch (#47)
1 parent 68afc61 commit 07de45a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

versions.tf

+5
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@ terraform {
66
source = "DataDog/datadog"
77
version = ">= 2.10, < 3"
88
}
9+
10+
aws = {
11+
source = "hashicorp/aws"
12+
version = ">= 3.0, < 4"
13+
}
914
}
1015
}

0 commit comments

Comments
 (0)