terraform

terraform 1.16.3

Tool for building, changing, and versioning infrastructure

https://www.terraform.io/
Business Source License 1.1
main program: terraformprograms: -
Platforms (30)
wasm64-wasip1mipsel-linuxmips64el-linuxwasm32-wasip1x86_64-freebsdpowerpc64le-linuxriscv64-linuxarmv7l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  terraform
];
Ad-hoc shell
nix-shell -p terraform
Flake (nix run)
nix run nixpkgs#terraform