]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Extendig debug output.
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 6 Sep 2021 15:09:44 +0000 (17:09 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 6 Sep 2021 15:09:44 +0000 (17:09 +0200)
lib/cr_tf/handler.py

index cd28907465fa40866d6184b5613e88eb4dcc1fa2..909eb43145c32d44516ea69f0a2a0a62ea119cca 100644 (file)
@@ -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')