An open API service indexing awesome lists of open source software.

https://github.com/robert-oleynik/tf-docker

Rust bindings for Terraform Docker provider. Generated with tf-bindgen.
https://github.com/robert-oleynik/tf-docker

docker rust terraform tf-bindgen

Last synced: 12 months ago
JSON representation

Rust bindings for Terraform Docker provider. Generated with tf-bindgen.

Awesome Lists containing this project

README

          

# Terraform Docker Provider for Rust

[![crates](https://img.shields.io/crates/v/tf-docker)](https://crates.io/crates/tf-docker)

This repository contains the pre generated rust code for the Terraform Docker
provider.

## Requirements

- `cargo`
- [`tf-bindgen`](https://github.com/robert-oleynik/tf-bindgen)
- [Terraform](https://www.terraform.io)

## Usage

Use the following commands we can add `tf-bindgen` and `tf-docker` to your crate:

```sh
cargo add tf-bindgen
cargo add tf-docker
```

Both crates are required to use this provider. See the [Documentation] of tf-bindgen
for more details.

[Documentation]: https://github.com/robert-oleynik/tf-bindgen/deployments/activity_log?environment=github-pages

## Contributing

## License

This project is licensed under the [BSD-3-Clause](./LICENSE) license.