diff --git a/README.md b/README.md index e4a6d6d..f8d5c69 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ monitor = client.monitors.create({ "config": {"url": "https://api.example.com/health", "method": "GET"}, "frequencySeconds": 60, "regions": ["us-east"], + # `managedBy` records who reconciles drift on this resource. Use + # "DASHBOARD" (the default for one-off SDK scripts), "CLI" if the + # monitor lives in a `devhelm.yml` you re-deploy, or "TERRAFORM" + # if it lives in `.tf` you re-apply. + "managedBy": "DASHBOARD", }) # Get a single monitor