Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blast-hardcheese/dhall-terraform

Tooling to manage complexity and increase discoverability in Terraform by writing in Dhall.
https://github.com/blast-hardcheese/dhall-terraform

Last synced: about 2 months ago
JSON representation

Tooling to manage complexity and increase discoverability in Terraform by writing in Dhall.

Awesome Lists containing this project

README

        

dhall-terraform
===============

Problem Statement
-----------------
- HCL does not easily support code reuse
- HCL syntax is not used anywhere outside of HCL projects
- HCL permits unconsumed values in specifications, encouraging lack-of-discovery errors

Goals
-----

- [ ] Curated support for [Terraform Providers](https://www.terraform.io/docs/providers/index.html)
- [ ] Datadog
- [ ] Pagerduty
- [x] [Scaleway](./Terraform/Providers/Scaleway.dhall)

Contributing
------------

See [CONTRIBUTING.md](./CONTRIBUTING.md)