change location of terraform backend file

add alias for terraform/opentofu
This commit is contained in:
Pim Kunis 2023-10-26 19:49:37 +02:00
parent 0c779d9e24
commit cea7d229cb
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
ga = "git add"; ga = "git add";
gl = "git log"; gl = "git log";
gs = "git status"; gs = "git status";
tf = "tofu";
}; };
}; };
}; };

View file

@ -54,7 +54,7 @@
file."common-pg-tfbackend" = { file."common-pg-tfbackend" = {
source = ../secrets/common-pg-tfbackend.age; source = ../secrets/common-pg-tfbackend.age;
symlinks = [ "${config.home.homeDirectory}/.common.pg.tfbackend" ]; symlinks = [ "${config.xdg.configHome}/home/common.pg.tfbackend" ];
}; };
}; };