pypi / infra

Apache License 2.0
35 stars 16 forks source link

Terraform test.pypi.org and associated fastly services #95

Closed ewdurbin closed 1 year ago

ewdurbin commented 2 years ago

Currently the following domains are served from Fastly services which are unmanaged by terraform:

Warehouse (Staging)

TestPyPI (Legacy)

Goal is to move all of this to three services that match the production setup (warehouse, files, docs), then abstract any necessary differences to configuration, then build both the test and prod environments from the same Terraform module.

ewdurbin commented 2 years ago

Successfully migrated test-files.pythonhosted.org to terraform management with #96

cegerhardson commented 2 years ago

Successfully migrated test.pythonhosted.org to terraform with #98

cegerhardson commented 1 year ago

Successfully migrated test.pypi.org to terraform with #99

ewdurbin commented 1 year ago

Thanks for your work on this @cegerhardson!