Dhall types for Kops
This repository includes types and default records in the Dhall language which allow for Kops configuration to be generated.
This allows the user to more easily generate type-safe Kops configuration, through the use of the Dhall project's dhall-to-yaml
tool.
For stability, users are encouraged to import from a tagged release, not from the master branch, and to watch for new releases. This project does not yet have rigorous testing set up for it and new commits on the master branch are prone to break compatiblility and are almost sure to change the import hash for the expression, thus the releases are currently v0.x
.
https://raw.githubusercontent.com/coralogix/dhall-kops/v0.9.0/package.dhall sha256:eae4e12fd498082b05fc119da080ee82a0ff742847f00e17a5ff871878254e43
kops replace -f <(dhall-to-yaml --omitNull <<< './example-cluster.dhall')
TBD
Apache License 2.0 © Coralogix, Inc.