2022-01-07 15:25:29 +01:00
|
|
|
# nix flake example
|
|
|
|
|
|
|
|
This example shows how you could use terranix as flake.
|
|
|
|
|
2023-07-01 00:20:03 +02:00
|
|
|
- `nix run` run `nix run ".#apply"`
|
|
|
|
- `nix run ".#apply"` run `terraform apply`
|
|
|
|
- `nix run ".#destroy"` run `terraform destroy`
|