chore: fix terraform state submodule integration

This commit is contained in:
Kat Inskip 2022-07-10 14:05:38 -07:00
parent d473fafe03
commit 122330b290
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 3 additions and 13 deletions

View file

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