mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-24 17:16:14 +01:00
Attempt to make Terraform ignore flake_{ref,sha}
changes
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
6ea71ebde7
commit
9ad9dcc2c1
|
@ -9,4 +9,8 @@
|
|||
enabled = true;
|
||||
inherit vars;
|
||||
};
|
||||
lifecycle.ignore_changes = [
|
||||
"hcl2[0].vars[\"flake_ref\"]"
|
||||
"hcl2[0].vars[\"flake_sha\"]"
|
||||
];
|
||||
} // builtins.removeAttrs args [ "jobspec" "vars" ]
|
||||
|
|
Loading…
Reference in a new issue