An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Terraform

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
```