Skip to content

Commit

Permalink
feat: enable support for terraform 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jim80net committed Mar 19, 2021
1 parent 84987e4 commit c65a0d0
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.14"
required_version = ">= 0.13, < 0.15"

required_providers {
datadog = {
Expand Down

0 comments on commit c65a0d0

Please sign in to comment.