https://github.com/enthought/terraform-provider-quay
https://github.com/enthought/terraform-provider-quay
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/enthought/terraform-provider-quay
- Owner: enthought
- License: bsd-3-clause
- Created: 2024-08-02T14:40:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T06:40:59.000Z (over 1 year ago)
- Last Synced: 2025-03-31T05:51:11.153Z (about 1 year ago)
- Language: Go
- Size: 396 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-provider-quay
Terraform provider for the [Quay Project](https://github.com/quay/quay).
Please visit the Terraform registry site for instructions on how to use the provider:
https://registry.terraform.io/providers/enthought/quay/latest/docs
## Developer Instructions
### Build Documentation
The documentation should be updated every time the provider code is changed.
```bash
go generate .
```
### Run Tests
```bash
export QUAY_URL="https://quay.example.com"
export QUAY_TOKEN=""
make testacc
```
### Generate Quay API
```bash
make generate-quay-api
```