Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 771 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 771 Bytes

Dhall - Terraform Standard Library

Goals

This repo is intended to be used to help craft terraform json syntax files from Dhall. The configuration syntax in JSON has some basic blocks and modules that are created in HCL, and this repo is for storing those building blocks for usage in other applications

Implementation Roadmap

  • [?] Terraform Root Module
    • Required Providers
    • Backends
    • Required Version of Terraform CLI
    • Experimental
    • Provider Metadata
  • Resource Blocks for a provider (see dhall-terraform-libgen)
  • Data Source Blocks for a provider
  • Provider Blocks for a provider
  • Variables Blocks
  • Outputs Blocks