An open API service indexing awesome lists of open source software.

https://github.com/maxmcd/dag


https://github.com/maxmcd/dag

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# DAG

This is a copy of the [dag library used in terraform](https://pkg.go.dev/github.com/hashicorp/terraform/dag).

This project removes the library from terraform for easier use and replaces all uses of `tfdiags.Diagnostics` with `[]error`.