diff --git a/repo_k8s-pypi.tf b/repo_k8s-pypi.tf index 7706c7f..ab61b50 100644 --- a/repo_k8s-pypi.tf +++ b/repo_k8s-pypi.tf @@ -1,6 +1,7 @@ module "pypi_repo" { source = "github.com/BlindfoldedSurgery/terraform-repo-module?ref=v7.2.0" name = "k8s-pypi" + description = "Custom PyPi registry" required_status_checks = [ "validate-renovate-config / validate", "build-container-image / build",