feat(home/base/tui/cloud): add terraform cli config file

This commit is contained in:
Ryan Yin
2025-05-29 11:10:23 +08:00
parent 60f57b6ea2
commit e370856b94
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
plugin_cache_dir = "$HOME/.terraform.d/plugin-cache"
disable_checkpoint = true