Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terranix/terranix
terranix is a terraform.json generator with a nix-like feeling
https://github.com/terranix/terranix
nix terraform
Last synced: 3 months ago
JSON representation
terranix is a terraform.json generator with a nix-like feeling
- Host: GitHub
- URL: https://github.com/terranix/terranix
- Owner: terranix
- License: gpl-3.0
- Created: 2018-12-09T17:51:29.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T02:21:33.000Z (8 months ago)
- Last Synced: 2024-04-10T10:23:11.049Z (7 months ago)
- Topics: nix, terraform
- Language: Nix
- Homepage: https://terranix.org
- Size: 460 KB
- Stars: 254
- Watchers: 13
- Forks: 31
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
A NixOS way to create `terraform.json` files.
# Documentation
See [terranix.org](https://terranix.org/documentation/) for documentation.
It also has a [Getting Started](https://terranix.org/documentation/getting-started/) page.## Manpages
* `man terranix`
* `man terranix-modules`
* `man terranix-doc-json`
* `man terranix-doc-man`## preload
Terranix comes with predefined modules which can be used as
inspiration and to create logic on top.
They live in
[./modules](./modules/).# Community
Join us at the `#terranix:terranix.org` matrix channel.
# See also
* [nix-instantiate introduction](https://tech.ingolf-wagner.de/nixos/nix-instantiate/)
* [NixOS Manual](https://nixos.org/nixos/manual/index.html#sec-writing-modules)