Skip to content

Commit f8aa650

Browse files
authored
Merge pull request #21 from devhelmhq/docs/add-managedby-to-quickstart
docs(README): add managedBy to monitors.create example
2 parents 731bbb7 + 2e0d30d commit f8aa650

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ monitor = client.monitors.create({
3131
"config": {"url": "https://api.example.com/health", "method": "GET"},
3232
"frequencySeconds": 60,
3333
"regions": ["us-east"],
34+
# `managedBy` records who reconciles drift on this resource. Use
35+
# "DASHBOARD" (the default for one-off SDK scripts), "CLI" if the
36+
# monitor lives in a `devhelm.yml` you re-deploy, or "TERRAFORM"
37+
# if it lives in `.tf` you re-apply.
38+
"managedBy": "DASHBOARD",
3439
})
3540

3641
# Get a single monitor

0 commit comments

Comments
 (0)