asteris-llc/converge

View on GitHub
samples/fileMode.hcl

Summary

Maintainability
Test Coverage
param "filename" {
  default = "test.txt"
}

file.mode "render" {
  destination = "{{param `filename`}}"
  mode        = 0777
}