diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt
index 97b9a21..7315d90 100644
--- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt
+++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt
@@ -164,6 +164,8 @@ fun Prov.provisionIdeDesktop() {
     installHugoByDeb()
     installGo()
     installBabashka()
+    installTerragrunt()
+    installOpentofu()
 
     // IDEs
     installIntelliJ()