Skip to content

Commit

Permalink
feat: 7413: terraform required version change to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Bolanle committed Oct 22, 2021
1 parent c1e3523 commit 1a2379f
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, < 1.1.0"

required_providers {
datadog = {
Expand Down

0 comments on commit 1a2379f

Please sign in to comment.