We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f91c6 commit b5201c0Copy full SHA for b5201c0
versions.tf
@@ -0,0 +1,7 @@
1
+terraform {
2
+ required_version = "~> 0.12.0"
3
+
4
+ required_providers {
5
+ datadog = "~> 2.10"
6
+ }
7
+}
0 commit comments