https://github.com/sousa-andre/terraform-provider-benthos
https://github.com/sousa-andre/terraform-provider-benthos
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sousa-andre/terraform-provider-benthos
- Owner: sousa-andre
- License: mit
- Created: 2024-08-18T21:44:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T22:09:52.000Z (almost 2 years ago)
- Last Synced: 2024-09-20T06:42:39.859Z (almost 2 years ago)
- Language: Go
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Benthos Provider
> [!CAUTION]
> This provider is in an early stage of development. Production usage is not recommended.
## Requirements
- [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.0
- [Go](https://golang.org/doc/install) >= 1.21
## Building The Provider
```shell
go install .
```
## Using the provider
Check out the [docs](docs/index.md) on how to use the provider.