https://github.com/buddy/terraform-provider-buddy
Terraform Buddy provider
https://github.com/buddy/terraform-provider-buddy
Last synced: 4 months ago
JSON representation
Terraform Buddy provider
- Host: GitHub
- URL: https://github.com/buddy/terraform-provider-buddy
- Owner: buddy
- License: mpl-2.0
- Created: 2022-01-06T07:57:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T10:06:02.000Z (5 months ago)
- Last Synced: 2026-01-14T15:11:41.498Z (5 months ago)
- Language: Go
- Size: 1.12 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

Terraform Provider for Buddy
=============================
- [Documentation](https://www.terraform.io/docs/providers/buddy/index.html)
Requirements
------------
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0.11
- [Go](https://golang.org/doc/install) >= 1.21 (to build the provider plugin)
## Developing
```sh
$ go install
```
### Linter
```sh
$ make lint
```
### Running Tests
```sh
$ BUDDY_TOKEN=example123 BUDDY_BASE_URL=https://api.buddy.works make test
```