asteris-llc/converge

View on GitHub
samples/moduleDep.hcl

Summary

Maintainability
Test Coverage
task "file" {
  check   = "test -f file.txt"
  apply   = "touch file.txt"
  depends = ["module.basic"]
}

module "basic.hcl" "basic" {}