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

https://github.com/imseanconroy/terraform-provider-custom

Custom Terraform provider designed to interact with a custom API.
https://github.com/imseanconroy/terraform-provider-custom

terraform terraform-provider

Last synced: 4 months ago
JSON representation

Custom Terraform provider designed to interact with a custom API.

Awesome Lists containing this project

README

          

# Terraform Provider Custom

Custom Terraform provider designed to interact with a custom API.

## Run Tests
```
cd internal/provider && TF_ACC=1 go test -v .
```

## Generate Documentation
```
cd tools && go generate ./...
```

## Future Improvements

[] Add Group Association
[] Add Automated Resource and Datasource Genertion Development Process