First steps to pangolin provider

This commit is contained in:
2026-03-14 00:21:47 -04:00
commit ab8778ed4d
13 changed files with 1968 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "terraform-provider-pangolin"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
async-trait = "0.1.89"
serde = { version = "1.0.228", features = ["serde_derive"] }
serde_json = "1.0.149"
tf-provider = "0.2.2"
tokio = { version = "1.50.0", features = ["full"] }
# [patch.crates-io]
# tf-provider = { path = "../../tf-provider" }