Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days ago
JSON representation
Tooling to manage complexity and increase discoverability in Terraform by writing in Dhall.
- Host: GitHub
- URL: https://github.com/blast-hardcheese/dhall-terraform
- Owner: blast-hardcheese
- License: mit
- Created: 2018-04-30T01:31:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T20:51:07.000Z (almost 6 years ago)
- Last Synced: 2024-10-08T23:34:03.708Z (about 1 month ago)
- Size: 39.1 KB
- Stars: 44
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dhall - dhall-terraform - Tooling to manage complexity and increase discoverability in Terraform by writing in Dhall. (Libraries)
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 errorsGoals
------ [ ] 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)