dda-devops-build/src/main/python/ddadevops/__init__.py

11 lines
432 B
Python
Raw Normal View History

2019-09-06 10:10:10 +00:00
"""
ddadevops provide tools to support builds combining gopass,
terraform, dda-pallet, aws & hetzner-cloud.
"""
from .meissa_build import meissa_init_project, stage, hetzner_api_key, tf_import_name, tf_import_resource
2019-11-06 17:16:37 +00:00
from .dda_pallet import dda_write_target, dda_write_domain, dda_uberjar
2019-10-22 07:29:07 +00:00
from .terraform import tf_copy_common, tf_plan, tf_import, tf_apply, tf_output, tf_destroy, tf_read_output_json
2019-09-06 10:10:10 +00:00
__version__ = "${version}"