mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
feat(home/base/tui/cloud): add terraform cli config file
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# https://developer.hashicorp.com/terraform/cli/config/config-file
|
||||
home.file.".terraformrc".source = ./terraformrc;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# infrastructure as code
|
||||
# pulumi
|
||||
2
home/base/tui/cloud/terraformrc
Normal file
2
home/base/tui/cloud/terraformrc
Normal file
@@ -0,0 +1,2 @@
|
||||
plugin_cache_dir = "$HOME/.terraform.d/plugin-cache"
|
||||
disable_checkpoint = true
|
||||
Reference in New Issue
Block a user