You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ terraform apply --auto-approve
datadog_synthetics_test.example: Creating...
datadog_synthetics_test.example: Creation complete after 1s [id=nvr-sz3-gyy]
Error: Incorrect attribute value type
on test.tf line 37, in resource "datadog_service_level_objective" "example":
37: monitor_ids = [datadog_synthetics_test.example.id]
Inappropriate value for attribute "monitor_ids": a number is required.
Expected Behavior
It should create an SLO with a synthetic test as one of the attributed monitors.
Actual Behavior
It fails because the SLO expects a list of numbers, but the synthetic test outputs it's ID as a string in the new format.
Uh oh!
There was an error while loading. Please reload this page.
Terraform Version
v0.12.18
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Expected Behavior
It should create an SLO with a synthetic test as one of the attributed monitors.
Actual Behavior
It fails because the SLO expects a list of numbers, but the synthetic test outputs it's ID as a string in the new format.
Steps to Reproduce
References
The text was updated successfully, but these errors were encountered: