From 6c82982731a34a6a48f31b2b2c32120f336b5353 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Fri, 4 Aug 2017 08:22:50 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 04854be..2b8395a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ The easiest way to contribute on this repository is to add monitors file inside *If you override a basic monitor with a custom one, you have to use tag filters on you query. (Example dd_cpu_high, if you want to override default cpu monitors) +### Main.tf : add the datadog provider ### + +``` +provider "datadog" { + api_key = "${var.datadog_api_key}" + app_key = "${var.datadog_app_key}" +} +} +``` + ### Module Declaration example ### ```