https://github.com/maxmcd/dag
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmcd/dag
- Owner: maxmcd
- License: mpl-2.0
- Created: 2021-03-16T17:23:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T19:56:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T20:11:59.753Z (about 1 month ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/maxmcd/dag
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.