fix: auto-resolve stuck distribution deletions

This commit is contained in:
Iain Learmonth 2025-04-18 17:03:26 +01:00
parent 1797c4a826
commit 2bf4282416
3 changed files with 33 additions and 4 deletions

View file

@ -83,7 +83,7 @@ class ProxyAutomation(TerraformAutomation):
def tf_prehook(self) -> Optional[Any]: # pylint: disable=useless-return
return None
def tf_posthook(self, *, prehook_result: Any = None) -> None:
def tf_posthook(self, *, prehook_result: Any = None, logs: Optional[str] = None) -> None:
self.import_state(self.tf_show())
def tf_generate(self) -> None: