Skip to content

Commit

Permalink
fix: use proper provider source for datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
mukta-puri committed Nov 3, 2020
1 parent c958eb7 commit 6f292e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ terraform {
required_version = ">= 0.12, < 0.14"

required_providers {
datadog = ">= 2.10, < 3"
datadog = {
source = "DataDog/datadog"
version = ">= 2.10, < 3"
}
}
}

0 comments on commit 6f292e7

Please sign in to comment.