asteris-llc/converge

View on GitHub
docs/static/images/getting-started/hello-world-params.hcl

Summary

Maintainability
Test Coverage
param "name" {
  default = "World"
}

file.content "render" {
  destination = "hello.txt"
  content     = "Hello, {{param `name`}}!"
}