#registry #provider #terraform #api #module

terraform-registry

Wrapper for interacting with Terraform Registry API

1 unstable release

0.1.0 Apr 12, 2023

#30 in #terraform

32 downloads per month

MIT license

17KB
278 lines

terraform-registry

pipeline status MIT licensed Crates.io docs.rs

terraform-registry is a wrapper around the Terraform Registry API, allowing querying mainly the Provider and Module Registry providers APIs.

Install

Add to your Cargo.toml:

[dependencies]
terraform-registry = "0.1"

MSRV: Rust 1.67

Usage

See examples/inspect.rs for usage example.

Dependencies

~4–19MB
~281K SLoC