43 lines
763 B
Python
43 lines
763 B
Python
# terrascript/resource/aequitas/transip.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:29:04 UTC)
|
|
import terrascript
|
|
|
|
|
|
class transip_dns_record(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_domain(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_private_network(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_private_network_attachment(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_sshkey(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_vps(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_vps_firewall(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"transip_dns_record",
|
|
"transip_domain",
|
|
"transip_private_network",
|
|
"transip_private_network_attachment",
|
|
"transip_sshkey",
|
|
"transip_vps",
|
|
"transip_vps_firewall",
|
|
]
|