nixos-config/terranix/gitlab/README.md

8 lines
206 B
Markdown
Raw Normal View History

# nix flake example
This example shows how you could use terranix as flake.
* `nix run` run `nix run ".#apply"`
* `nix run ".#apply"` run `terraform apply`
* `nix run ".#destroy"` run `terraform destroy`