Skip to content

Commit 1d4c786

Browse files
miendMichael Endsley
and
Michael Endsley
authored
feat: enable support for Terraform 1.3.x (#51)
Co-authored-by: Michael Endsley <michael.endsley@wisetack.com>
1 parent f36982b commit 1d4c786

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.3.0"
2+
required_version = ">= 0.13, < 1.4.0"
33

44
required_providers {
55
datadog = {

0 commit comments

Comments
 (0)