logicmonitor_datasource example errors
Closed this issue · 2 comments
ChrisCAG commented
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"
ChrisCAG commented
This can be mitigated by turning off advanced validation in vs code's settings, but figured it best to log the issue as by default this is going to cause confusion.
lm-madhvi commented
This issue is fixed and will be available by the next release.