# terraform-provider-quay **Repository Path**: mirrors_enthought/terraform-provider-quay ## Basic Information - **Project Name**: terraform-provider-quay - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-03 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```