828120eb13
Add terraform resources and configs for: - artifactapi_local_pypi (pypi-internal) - artifactapi_local_rpm (rpm-internal) - artifactapi_local_terraform (terraform-unkin, was missing from module) - artifactapi_remote_pypi (pypi.org upstream) - artifactapi_virtual pypi merging pypi-internal + pypi remote Wire up config.hcl, variables, and terragrunt inputs for all new types.
6 lines
128 B
YAML
6 lines
128 B
YAML
base_url: https://pypi.org
|
|
description: "PyPI — Python Package Index"
|
|
immutable_ttl: 0
|
|
mutable_ttl: 3600
|
|
stale_on_error: true
|