asteris-llc/converge

View on GitHub
samples/query.hcl

Summary

Maintainability
Test Coverage
task.query "hostname" {
  query = "hostname"
}

file.content "hostname-data" {
  destination = "hostname.txt"
  content     = "{{lookup `task.query.hostname.status.stdout`}}"
}