mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
chore: fix terraform state submodule integration
This commit is contained in:
parent
d473fafe03
commit
122330b290
2 changed files with 3 additions and 13 deletions
14
.gitmodules
vendored
14
.gitmodules
vendored
|
|
@ -1,12 +1,4 @@
|
|||
[submodule "config/trusted"]
|
||||
path = config/trusted
|
||||
[submodule "tf"]
|
||||
path = tf
|
||||
branch = main
|
||||
url = "ssh://gitea@git.kittywit.ch:62954/kat/nixfiles-trusted.git"
|
||||
[submodule "config/tf"]
|
||||
path = config/tf
|
||||
branch = main
|
||||
url = "gcrypt::ssh://gitea@git.kittywit.ch:62954/kat/nixfiles-sensitive.git#main"
|
||||
[submodule "overlay/exprs"]
|
||||
path = overlay/exprs
|
||||
branch = main
|
||||
url = "https://github.com/kittywitch/nixexprs"
|
||||
url = "gcrypt::ssh://git@github.com:kittywitch/nixfiles-tf.git#main"
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@ in
|
|||
deps = {
|
||||
select.allProviders = true;
|
||||
enable = true;
|
||||
/*
|
||||
apply = {
|
||||
doneCommand = ''
|
||||
git -C "${cfg.dataDir}" add -A
|
||||
|
|
@ -92,7 +91,6 @@ in
|
|||
git -C "${cfg.dataDir}" push
|
||||
'';
|
||||
};
|
||||
*/
|
||||
};
|
||||
terraform = {
|
||||
version = "1.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue