README.md edited online with Bitbucket
This commit is contained in:
parent
285591a267
commit
6c82982731
10
README.md
10
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)
|
*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 ###
|
### Module Declaration example ###
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user