Skip to content

Commit

Permalink
feat: enable support for Terraform 1.3.x (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Endsley <[email protected]>
  • Loading branch information
miend and Michael Endsley authored Jan 26, 2023
1 parent f36982b commit 1d4c786
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.3.0"
required_version = ">= 0.13, < 1.4.0"

required_providers {
datadog = {
Expand Down

0 comments on commit 1d4c786

Please sign in to comment.