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

11 lines
349 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.
"""
2019-09-06 16:00:15 +00:00
from .meissa_build import meissa_init_project
from .dda_pallet import dda_write_target, dda_uberjar
from .terraform import tf_copy_common, tf_plan_apply, tf_import, tf_apply, tf_destroy, tf_read_output_json
2019-09-06 10:10:10 +00:00
__version__ = "${version}"