From 37da7d7692165fe6c81b5b787a571c1817479356 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 3 Sep 2021 18:25:26 +0200 Subject: [PATCH] Fixing lib/cr_tf/handler.py --- lib/cr_tf/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) -- 2.39.5