with open("out/kong/kong.yml", "w") as f:
        dump = yaml.dump(kong_yaml, default_flow_style=False)
        f.write(dump)