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.
- Host: GitHub
- URL: https://github.com/robert-oleynik/tf-docker
- Owner: robert-oleynik
- License: bsd-3-clause
- Created: 2023-03-31T09:02:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T18:09:29.000Z (about 3 years ago)
- Last Synced: 2025-05-12T05:42:11.528Z (about 1 year ago)
- Topics: docker, rust, terraform, tf-bindgen
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Docker Provider for Rust
[](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.