Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 570 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 570 Bytes

terraform-provider-quay

Terraform provider for the Quay Project.

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.

go generate .

Run Tests

export QUAY_URL="https://quay.example.com"
export QUAY_TOKEN=""
make testacc

Generate Quay API

make generate-quay-api