Skip to content

enthought/terraform-provider-quay

Folders and files

NameName
Last commit message
Last commit date
Aug 5, 2024
Aug 5, 2024
Aug 2, 2024
Aug 2, 2024
Aug 2, 2024
Aug 5, 2024
Aug 2, 2024
Aug 2, 2024
Aug 2, 2024
Aug 2, 2024
Aug 2, 2024
Aug 2, 2024
Aug 2, 2024
Aug 7, 2024
Aug 7, 2024
Aug 2, 2024
Aug 2, 2024

Repository files navigation

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