fix: auto-resolve stuck distribution deletions
This commit is contained in:
parent
1797c4a826
commit
2bf4282416
3 changed files with 33 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue