From: Frank Brehm Date: Fri, 3 Sep 2021 16:25:26 +0000 (+0200) Subject: Fixing lib/cr_tf/handler.py X-Git-Tag: 1.5.2^2~28 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=37da7d7692165fe6c81b5b787a571c1817479356;p=pixelpark%2Fcreate-terraform.git Fixing lib/cr_tf/handler.py --- diff --git a/lib/cr_tf/handler.py b/lib/cr_tf/handler.py index 2cdabda..09a34d1 100644 --- a/lib/cr_tf/handler.py +++ b/lib/cr_tf/handler.py @@ -418,7 +418,7 @@ class CreateTerraformHandler(BaseHandler): self.pdns = PowerDNSServer( appname=self.appname, verbose=self.verbose, base_dir=self.base_dir, master_server=self.config.pdns_master_server, - port=self.config.pdns_api_port, key=pdns_api_key, + port=self.config.pdns_api_port, key=self.config.pdns_api_key, use_https=self.config.pdns_api_use_https, path_prefix=self.config.pdns_api_path_prefix, simulate=self.simulate, force=self.force, initialized=True, )