https://github.com/robert-oleynik/tf-kubernetes
Rust bindings for Terraform Kubernetes provider. Generated with tf-bindgen.
https://github.com/robert-oleynik/tf-kubernetes
kubernetes rust terraform tf-bindgen
Last synced: about 1 month ago
JSON representation
Rust bindings for Terraform Kubernetes provider. Generated with tf-bindgen.
- Host: GitHub
- URL: https://github.com/robert-oleynik/tf-kubernetes
- Owner: robert-oleynik
- License: bsd-3-clause
- Created: 2023-02-26T11:43:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T17:57:03.000Z (about 3 years ago)
- Last Synced: 2025-01-05T05:25:13.825Z (over 1 year ago)
- Topics: kubernetes, rust, terraform, tf-bindgen
- Language: Rust
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Docker Kubernetes for Rust
[](https://crates.io/crates/tf-kubernetes)
This repository contains the pre generated rust code for the Terraform Kubernetes
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-kubernetes` to your crate:
```sh
cargo add tf-bindgen
cargo add tf-kubernetes
```
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.