diff --git a/src/dda/build/terragrunt.clj b/src/dda/build/terragrunt.clj
index d576d62..21cf70b 100644
--- a/src/dda/build/terragrunt.clj
+++ b/src/dda/build/terragrunt.clj
@@ -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)]