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
15
16
[dependencies.serde_json]
version = "1.0.95"

[dependencies.tf-bindgen-core]
version = "0.1.0"

[package]
categories = ["config", "command-line-utilities"]
description = "Wrapper around Terraform to improve usage with tf-bindgen."
edition = "2021"
keywords = ["tf-bindgen", "terraform", "cli", "infrastructure"]
license = "BSD-3-Clause"
name = "tf-bindgen-cli"
readme = "README.md"
repository = "https://github.com/robert-oleynik/tf-bindgen"
version = "0.1.0"