We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 731bbb7 + 2e0d30d commit f8aa650Copy full SHA for f8aa650
1 file changed
README.md
@@ -31,6 +31,11 @@ monitor = client.monitors.create({
31
"config": {"url": "https://api.example.com/health", "method": "GET"},
32
"frequencySeconds": 60,
33
"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",
39
})
40
41
# Get a single monitor
0 commit comments