.. | ||
.gitignore | ||
config.nix | ||
flake.lock | ||
flake.nix | ||
README.md |
nix flake example
This example shows how you could use terranix as flake.
nix run
runnix run ".#apply"
nix run ".#apply"
runterraform apply
nix run ".#destroy"
runterraform destroy
.. | ||
.gitignore | ||
config.nix | ||
flake.lock | ||
flake.nix | ||
README.md |
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