From: Frank Brehm Date: Mon, 6 Sep 2021 15:09:44 +0000 (+0200) Subject: Extendig debug output. X-Git-Tag: 1.5.2^2~15 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=7c122e6979e5cd5ab68127a6dda58eea86367e17;p=pixelpark%2Fcreate-terraform.git Extendig debug output. --- diff --git a/lib/cr_tf/handler.py b/lib/cr_tf/handler.py index cd28907..909eb43 100644 --- a/lib/cr_tf/handler.py +++ b/lib/cr_tf/handler.py @@ -270,7 +270,7 @@ class CreateTerraformHandler(BaseHandler): if config: self.config = config if self.verbose >= 1: - msg = _("Giveen configurations:") + '\n' + pp(self.config.to_str()) + msg = _("Giveen configurations:") + '\n' + pp(self.config.as_dict()) LOG.debug(msg) self.script_dir = self.base_dir.joinpath('postinstall-scripts')