Skip to content

Commit

Permalink
feat: enable support for Terraform 1.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-wiggins authored Jul 14, 2021
1 parent b0c3afe commit 5410502
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, < 0.15"
required_version = ">= 0.13, < 1.1.0"

required_providers {
datadog = {
Expand Down

0 comments on commit 5410502

Please sign in to comment.