Begin working on porting much of the opentofu related code
Some checks failed
/ rust-packages (push) Successful in 13m31s
/ dev-shell (push) Successful in 4m18s
/ check (push) Failing after 4m18s
/ terraform-providers (push) Successful in 13m19s
/ systems (push) Successful in 50m43s

into rust. Mainly this should give proper argument parsing and
error handling, and also remove some of all the scattered shell
scripts.
This commit is contained in:
Kaare Hoff Skovgaard 2025-08-05 01:42:57 +02:00
parent 30cf1f407a
commit e6a152e95c
Signed by: khs
GPG key ID: C7D890804F01E9F0
9 changed files with 319 additions and 25 deletions

13
rust/Cargo.lock generated
View file

@ -795,6 +795,19 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "provision"
version = "1.0.0"
dependencies = [
"anyhow",
"clap",
"common",
"hakari",
"log",
"serde",
"serde_json",
]
[[package]]
name = "quote"
version = "1.0.40"