Crates.io | terraform-registry |
lib.rs | terraform-registry |
version | 0.1.0 |
source | src |
created_at | 2023-04-12 17:13:46.352105 |
updated_at | 2023-04-12 17:13:46.352105 |
description | Wrapper for interacting with Terraform Registry API |
homepage | |
repository | https://gitlab.com/vigigloo/libs/terraform-registry |
max_upload_size | |
id | 837092 |
size | 60,758 |
terraform-registry
is a wrapper around the Terraform Registry API,
allowing querying mainly the Provider
and Module Registry providers APIs.
Add to your Cargo.toml
:
[dependencies]
terraform-registry = "0.1"
MSRV: Rust 1.67
See examples/inspect.rs
for usage example.