feat: add tg/output to the world
This commit is contained in:
parent
b21a0f6b07
commit
9b4dbb2fe0
1 changed files with 8 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue