terraform-provider-logicmonitor
terraform-provider-logicmonitor copied to clipboard
logicmonitor_datasource example errors
Replication steps
-
Open your repo and copy in the example .tf code listed.
-
Try to run a plan.
Line 3 is showing a syntax error
applies_to = "system.deviceId == \"22\"
you're missing a closing quote.
Fixing that results in Too few blocks specified for "collector_attribute": At least 1 block(s) are expected for "collector_attribute"