Skip to content

Commit 1a2379f

Browse files
committed
feat: 7413: terraform required version change to 1.1.0
1 parent c1e3523 commit 1a2379f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.13, < 0.14"
2+
required_version = ">= 0.13, < 1.1.0"
33

44
required_providers {
55
datadog = {

0 commit comments

Comments
 (0)