Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clivern/terraform-provider-beetle
🔥 Beetle Terraform Provider.
https://github.com/clivern/terraform-provider-beetle
beetle clivern continuous-deployment gitops kubernetes kubernetes-deployment terraform-provider
Last synced: about 2 months ago
JSON representation
🔥 Beetle Terraform Provider.
- Host: GitHub
- URL: https://github.com/clivern/terraform-provider-beetle
- Owner: Clivern
- License: mit
- Created: 2020-06-14T13:07:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T20:48:38.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T02:15:45.309Z (7 months ago)
- Topics: beetle, clivern, continuous-deployment, gitops, kubernetes, kubernetes-deployment, terraform-provider
- Language: Go
- Homepage: https://github.com/Clivern/Beetle
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Beetle Terraform Provider
## Documentation
To build the provider
```bash
$ git clone https://github.com/Clivern/terraform-provider-beetle.git# Build the provider
$ make ARGS="terraform-provider-beetle" build
// OR
$ go build -o terraform-provider-beetle
```Also you can download one of the latest binary from here https://github.com/Clivern/terraform-provider-beetle/releases
You must install this provider manually in order to use it. This link has the required steps https://www.terraform.io/docs/configuration/providers.html#third-party-plugins
## Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, terraform-provider-beetle is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
See the [Releases section of our GitHub project](https://github.com/Clivern/terraform-provider-beetle/releases) for changelogs for each release version of terraform-provider-beetle. It contains summaries of the most noteworthy changes made in each release.
## Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/Clivern/terraform-provider-beetle/issues
## Security Issues
If you discover a security vulnerability within terraform-provider-beetle, please send an email to [[email protected]](mailto:[email protected])
## Contributing
We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.
## License
© 2020, Clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).
**terraform-provider-beetle** is authored and maintained by [@Clivern](http://github.com/Clivern).