Skip to content

Commit

Permalink
fix: enforce only minimum version of terraform
Browse files Browse the repository at this point in the history
fixes #55
  • Loading branch information
frozenSolid authored Aug 16, 2023
1 parent 33592ba commit 7195f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.13, < 1.4.0"
required_version = ">= 0.13"

required_providers {
datadog = {
Expand Down

0 comments on commit 7195f64

Please sign in to comment.