feat: Added automatic script copying functionality

This commit is contained in:
2026-07-10 22:58:56 +01:00
parent 41d93563d0
commit bab789a347
23 changed files with 284 additions and 18 deletions
+4
View File
@@ -10,6 +10,10 @@ terraform {
source = "hashicorp/local"
version = "~> 2.5"
}
null = {
source = "hashicorp/null"
version = "~> 3.2"
}
}
}