terraform
Infrastructure automation to provision and manage resources in any cloud or data center.
Installation
With nix
It’s as simple as:
{ pkgs, ... }: {
home.packages = with pkgs; [ terraform ];
}
Search
Infrastructure automation to provision and manage resources in any cloud or data center.
It’s as simple as:
{ pkgs, ... }: {
home.packages = with pkgs; [ terraform ];
}