Skip to content

Commit 7195f64

Browse files
authored
fix: enforce only minimum version of terraform
fixes #55
1 parent 33592ba commit 7195f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.13, < 1.4.0"
2+
required_version = ">= 0.13"
33

44
required_providers {
55
datadog = {

0 commit comments

Comments
 (0)