feat: add tg/output to the world

This commit is contained in:
Michael Jerger 2025-01-24 13:36:56 +01:00
parent b21a0f6b07
commit 9b4dbb2fe0

View file

@ -61,6 +61,14 @@
(copy-terragrunt! config)
(terragrunt-plan! config)))
(defn-spec output! map?
[devops ::tg]
(let [config (merge default devops)]
(clean-build-dir! config)
(d/create-build-dir! config)
(copy-terragrunt! config)
(terragrunt-output! config)))
(defn-spec apply! map?
[devops ::tg]
(let [config (merge default devops)]