mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -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
|
|
@ -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