53 lines
996 B
Python
53 lines
996 B
Python
# terrascript/resource/cyrilgdn/postgresql.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:01 UTC)
|
|
import terrascript
|
|
|
|
|
|
class postgresql_database(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class postgresql_default_privileges(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class postgresql_extension(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class postgresql_grant(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class postgresql_grant_role(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class postgresql_physical_replication_slot(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class postgresql_replication_slot(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class postgresql_role(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class postgresql_schema(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"postgresql_database",
|
|
"postgresql_default_privileges",
|
|
"postgresql_extension",
|
|
"postgresql_grant",
|
|
"postgresql_grant_role",
|
|
"postgresql_physical_replication_slot",
|
|
"postgresql_replication_slot",
|
|
"postgresql_role",
|
|
"postgresql_schema",
|
|
]
|