change location of terraform backend file
add alias for terraform/opentofu
This commit is contained in:
parent
0c779d9e24
commit
cea7d229cb
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
ga = "git add";
|
||||
gl = "git log";
|
||||
gs = "git status";
|
||||
tf = "tofu";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
file."common-pg-tfbackend" = {
|
||||
source = ../secrets/common-pg-tfbackend.age;
|
||||
symlinks = [ "${config.home.homeDirectory}/.common.pg.tfbackend" ];
|
||||
symlinks = [ "${config.xdg.configHome}/home/common.pg.tfbackend" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue