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.
- Host: GitHub
- URL: https://github.com/imseanconroy/terraform-provider-custom
- Owner: ImSeanConroy
- License: mpl-2.0
- Created: 2024-08-19T18:48:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T14:21:42.000Z (over 1 year ago)
- Last Synced: 2025-04-30T10:49:37.093Z (about 1 year ago)
- Topics: terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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