From 8c85e05037906d0891f5f2ea739161fb588f12ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Petersen?= Date: Tue, 27 Aug 2024 11:29:42 +0200 Subject: [PATCH] Add description --- repo_k8s-pypi.tf | 1 + 1 file changed, 1 insertion(+) 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",