asteris-llc/converge

View on GitHub
samples/errors/bad_param_call.hcl

Summary

Maintainability
Test Coverage
# bad param call in the task below. This should produce an error.
task "bad" {
  check = "{{param `nonexistent`}}"
}