tf-bindgen-cli 0.1.0

Wrapper around Terraform to improve usage with tf-bindgen.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tf-bindgen-cli"
version = "0.1.0"
edition = "2021"
description = "Wrapper around Terraform to improve usage with tf-bindgen."
license = "BSD-3-Clause"
repository = "https://github.com/robert-oleynik/tf-bindgen"
readme = "../../README.md"
keywords = ["tf-bindgen", "terraform", "cli", "infrastructure"]
categories = ["config", "command-line-utilities"]

[dependencies]
serde_json = "1.0.95"
tf-bindgen-core = { path = "../core", version = "0.1.0" }